Searched refs:mWifiConnectedKeys (Results 1 – 1 of 1) sorted by relevance
140 private final Set<String> mWifiConnectedKeys; field in AdbDebuggingManager153 mWifiConnectedKeys = new HashSet<String>(); in AdbDebuggingManager()169 mWifiConnectedKeys = new HashSet<String>(); in AdbDebuggingManager()826 mWifiConnectedKeys.clear(); in stopAdbDebuggingThread()919 mWifiConnectedKeys.clear(); in handleMessage()1139 if (mWifiConnectedKeys.add(key)) { in handleMessage()1147 if (mWifiConnectedKeys.remove(key)) { in handleMessage()1149 if (mWifiConnectedKeys.isEmpty()) { in handleMessage()1293 mWifiConnectedKeys.clear(); in onAdbdWifiServerDisconnected()1847 hostname, fingerprints, mWifiConnectedKeys.contains(keyEntry.getKey()))); in getPairedDevices()