Searched refs:scanResultList (Results 1 – 3 of 3) sorted by relevance
288 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestAtLimit() local290 scanResultList.add(scanResult1); in testRangingRequestAtLimit()328 builder.addAccessPoints(scanResultList); // Add MaxPeers - 5 in testRangingRequestAtLimit()366 List<ScanResult> scanResultList = new ArrayList<>(); in testNon80211mcRangingRequestAtLimit() local368 scanResultList.add(scanResult1); in testNon80211mcRangingRequestAtLimit()383 builder.addNon80211mcCapableAccessPoints(scanResultList); // Add MaxPeers - 5 = 5 in testNon80211mcRangingRequestAtLimit()414 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestPastLimit() local416 scanResultList.add(scanResult); in testRangingRequestPastLimit()423 builder.addAccessPoints(scanResultList); in testRangingRequestPastLimit()
70 public void setLock(Collection<ScanResultMatchInfo> scanResultList) { in setLock() argument76 for (ScanResultMatchInfo scanResultMatchInfo : scanResultList) { in setLock()
3405 List<ScanResult> scanResultList = in testGetScanResults() local3407 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResults()3431 List<ScanResult> scanResultList = in testGetScanResultsFailureInRunWithScissors() local3433 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResultsFailureInRunWithScissors()3455 List<ScanResult> scanResultList = in testGetMatchingScanResultsWithoutSpecifiedScanResults() local3457 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() local3491 mockSuggestion, scanResultList); in testGetMatchingScanResultsWithSpecifiedScanResults()[all …]