Searched refs:mRequestMap (Results 1 – 1 of 1) sorted by relevance
33 private final Map<Long, ScanDetail> mRequestMap = new HashMap<>(); field in SupplicantBridge108 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()