Searched refs:sActiveRequests (Results 1 – 1 of 1) sorted by relevance
192 sActiveRequests = new ConcurrentHashMap<>(); field in WifiShellCommand1154 sActiveRequests.put( in onCommand()1183 sActiveRequests.remove(suggestion.getSsid()); in onCommand()1233 sActiveRequests.put(ssid, Pair.create(networkRequest, networkCallback)); in onCommand()1239 sActiveRequests.remove(ssid); in onCommand()1251 if (sActiveRequests.isEmpty()) { in onCommand()1256 : sActiveRequests.values()) { in onCommand()1262 sActiveRequests.clear(); in onCommand()1265 if (sActiveRequests.isEmpty()) { in onCommand()1271 sActiveRequests.entrySet()) { in onCommand()