Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java105 private final List<ScanResult> mLastScanResults = new ArrayList<>(); field in ScanRequestProxy
137 mLastScanResults.clear(); in onResults()
138 mLastScanResults.addAll(Arrays.asList(scanResults)); in onResults()
506 return mLastScanResults; in getScanResults()
513 mLastScanResults.clear(); in clearScanResults()