Searched refs:mConnectedWifiIfaceMap (Results 1 – 1 of 1) sorted by relevance
72 private Map<String, Boolean> mConnectedWifiIfaceMap = new HashMap<>(); field in WifiVoipDetector142 mConnectedWifiIfaceMap.put(ifaceName, isPrimary); in notifyWifiConnected()147 Boolean isPrimaryBefore = mConnectedWifiIfaceMap.remove(ifaceName); in notifyWifiConnected()148 if (mConnectedWifiIfaceMap.size() > 0) { in notifyWifiConnected()