Searched refs:mRequestMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DSupplicantBridge.java33 private final Map<Long, ScanDetail> mRequestMap = new HashMap<>(); field in class:SupplicantBridge
108 synchronized (mRequestMap) {
109 mRequestMap.put(scanDetail.getNetworkDetail().getBSSID(), scanDetail);
177 synchronized (mRequestMap) {
178 scanDetail = mRequestMap.remove(bssid);

Completed in 3954 milliseconds