Searched refs:mWifiConnectedKeys (Results 1 – 1 of 1) sorted by relevance
167 private final Set<String> mWifiConnectedKeys = new HashSet<>(); field in AdbDebuggingManager878 mWifiConnectedKeys.clear(); in stopAdbDebuggingThread()958 mWifiConnectedKeys.clear(); in handleMessage()1204 if (mWifiConnectedKeys.add(key)) { in handleMessage()1212 if (mWifiConnectedKeys.remove(key)) { in handleMessage()1214 if (mWifiConnectedKeys.isEmpty()) { in handleMessage()1362 mWifiConnectedKeys.clear(); in onAdbdWifiServerDisconnected()1891 pairDevice.connected = mWifiConnectedKeys.contains(keyEntry.getKey()); in getPairedDevices()