bool checkNotNode(String did) { if (_notWifiNodes[did] == true && _notMobileNodes[did] == true) return true; return false; }