Searched refs:mWifiConnectedKeys (Results 1 – 1 of 1) sorted by relevance
142 private final Set<String> mWifiConnectedKeys; field in AdbDebuggingManager155 mWifiConnectedKeys = new HashSet<String>(); in AdbDebuggingManager()171 mWifiConnectedKeys = new HashSet<String>(); in AdbDebuggingManager()840 mWifiConnectedKeys.clear(); in stopAdbDebuggingThread()932 mWifiConnectedKeys.clear(); in handleMessage()1152 if (mWifiConnectedKeys.add(key)) { in handleMessage()1160 if (mWifiConnectedKeys.remove(key)) { in handleMessage()1162 if (mWifiConnectedKeys.isEmpty()) { in handleMessage()1284 mWifiConnectedKeys.clear(); in onAdbdWifiServerDisconnected()1838 hostname, fingerprints, mWifiConnectedKeys.contains(keyEntry.getKey()))); in getPairedDevices()