Searched refs:scanResultList (Results 1 – 3 of 3) sorted by relevance
170 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestAtLimit() local172 scanResultList.add(scanResult); in testRangingRequestAtLimit()179 builder.addAccessPoints(scanResultList); in testRangingRequestAtLimit()195 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestPastLimit() local197 scanResultList.add(scanResult); in testRangingRequestPastLimit()204 builder.addAccessPoints(scanResultList); in testRangingRequestPastLimit()
70 public void setLock(Collection<ScanResultMatchInfo> scanResultList) { in setLock() argument76 for (ScanResultMatchInfo scanResultMatchInfo : scanResultList) { in setLock()
1500 List<ScanResult> scanResultList = in testGetScanResults() local1502 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResults()1524 List<ScanResult> scanResultList = in testGetScanResultsFailureInRunWithScissors() local1526 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResultsFailureInRunWithScissors()