Searched refs:sActiveRequests (Results 1 – 1 of 1) sorted by relevance
141 sActiveRequests = new ConcurrentHashMap<>(); field in WifiShellCommand732 sActiveRequests.put( in onCommand()756 sActiveRequests.remove(suggestion.getSsid()); in onCommand()796 sActiveRequests.put(ssid, Pair.create(networkRequest, networkCallback)); in onCommand()802 sActiveRequests.remove(ssid); in onCommand()812 if (sActiveRequests.isEmpty()) { in onCommand()817 : sActiveRequests.values()) { in onCommand()821 sActiveRequests.clear(); in onCommand()824 if (sActiveRequests.isEmpty()) { in onCommand()830 sActiveRequests.entrySet()) { in onCommand()