Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java170 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestAtLimit() local
172 scanResultList.add(scanResult); in testRangingRequestAtLimit()
179 builder.addAccessPoints(scanResultList); in testRangingRequestAtLimit()
195 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestPastLimit() local
197 scanResultList.add(scanResult); in testRangingRequestPastLimit()
204 builder.addAccessPoints(scanResultList); in testRangingRequestPastLimit()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupLock.java70 public void setLock(Collection<ScanResultMatchInfo> scanResultList) { in setLock() argument
76 for (ScanResultMatchInfo scanResultMatchInfo : scanResultList) { in setLock()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1500 List<ScanResult> scanResultList = in testGetScanResults() local
1502 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResults()
1524 List<ScanResult> scanResultList = in testGetScanResultsFailureInRunWithScissors() local
1526 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResultsFailureInRunWithScissors()