Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java288 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestAtLimit() local
290 scanResultList.add(scanResult1); in testRangingRequestAtLimit()
328 builder.addAccessPoints(scanResultList); // Add MaxPeers - 5 in testRangingRequestAtLimit()
366 List<ScanResult> scanResultList = new ArrayList<>(); in testNon80211mcRangingRequestAtLimit() local
368 scanResultList.add(scanResult1); in testNon80211mcRangingRequestAtLimit()
383 builder.addNon80211mcCapableAccessPoints(scanResultList); // Add MaxPeers - 5 = 5 in testNon80211mcRangingRequestAtLimit()
414 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestPastLimit() local
416 scanResultList.add(scanResult); in testRangingRequestPastLimit()
423 builder.addAccessPoints(scanResultList); in testRangingRequestPastLimit()
/packages/modules/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()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java3405 List<ScanResult> scanResultList = in testGetScanResults() local
3407 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResults()
3431 List<ScanResult> scanResultList = in testGetScanResultsFailureInRunWithScissors() local
3433 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResultsFailureInRunWithScissors()
3455 List<ScanResult> scanResultList = in testGetMatchingScanResultsWithoutSpecifiedScanResults() local
3457 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetMatchingScanResultsWithoutSpecifiedScanResults()
3461 mockSuggestion, scanResultList); in testGetMatchingScanResultsWithoutSpecifiedScanResults()
3463 eq(scanResultList))).thenReturn(result); in testGetMatchingScanResultsWithoutSpecifiedScanResults()
3486 List<ScanResult> scanResultList = in testGetMatchingScanResultsWithSpecifiedScanResults() local
3491 mockSuggestion, scanResultList); in testGetMatchingScanResultsWithSpecifiedScanResults()
[all …]