Searched refs:mWifiConnectedKeys (Results 1 – 1 of 1) sorted by relevance
169 private final Set<String> mWifiConnectedKeys = new HashSet<>(); field in AdbDebuggingManager893 mWifiConnectedKeys.clear(); in stopAdbDebuggingThread()973 mWifiConnectedKeys.clear(); in handleMessage()1219 if (mWifiConnectedKeys.add(key)) { in handleMessage()1227 if (mWifiConnectedKeys.remove(key)) { in handleMessage()1229 if (mWifiConnectedKeys.isEmpty()) { in handleMessage()1377 mWifiConnectedKeys.clear(); in onAdbdWifiServerDisconnected()1911 pairDevice.connected = mWifiConnectedKeys.contains(keyEntry.getKey()); in getPairedDevices()