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.java172 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestAtLimit() local
174 scanResultList.add(scanResult); in testRangingRequestAtLimit()
181 builder.addAccessPoints(scanResultList); in testRangingRequestAtLimit()
197 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestPastLimit() local
199 scanResultList.add(scanResult); in testRangingRequestPastLimit()
206 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.java1805 List<ScanResult> scanResultList = in testGetScanResults() local
1807 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResults()
1831 List<ScanResult> scanResultList = in testGetScanResultsFailureInRunWithScissors() local
1833 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResultsFailureInRunWithScissors()
1855 List<ScanResult> scanResultList = in testGetMatchingScanResultsWithoutSpecifiedScanResults() local
1857 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetMatchingScanResultsWithoutSpecifiedScanResults()
1863 put(mockSuggestion, scanResultList); in testGetMatchingScanResultsWithoutSpecifiedScanResults()
1866 eq(scanResultList))).thenReturn(result); in testGetMatchingScanResultsWithoutSpecifiedScanResults()
1889 List<ScanResult> scanResultList = in testGetMatchingScanResultsWithSpecifiedScanResults() local
1896 put(mockSuggestion, scanResultList); in testGetMatchingScanResultsWithSpecifiedScanResults()
[all …]