Home
last modified time | relevance | path

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

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