Searched refs:scanResultList (Results 1 – 3 of 3) sorted by relevance
172 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestAtLimit() local174 scanResultList.add(scanResult); in testRangingRequestAtLimit()181 builder.addAccessPoints(scanResultList); in testRangingRequestAtLimit()197 List<ScanResult> scanResultList = new ArrayList<>(); in testRangingRequestPastLimit() local199 scanResultList.add(scanResult); in testRangingRequestPastLimit()206 builder.addAccessPoints(scanResultList); in testRangingRequestPastLimit()
70 public void setLock(Collection<ScanResultMatchInfo> scanResultList) { in setLock() argument76 for (ScanResultMatchInfo scanResultMatchInfo : scanResultList) { in setLock()
1805 List<ScanResult> scanResultList = in testGetScanResults() local1807 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResults()1831 List<ScanResult> scanResultList = in testGetScanResultsFailureInRunWithScissors() local1833 when(mScanRequestProxy.getScanResults()).thenReturn(scanResultList); in testGetScanResultsFailureInRunWithScissors()1855 List<ScanResult> scanResultList = in testGetMatchingScanResultsWithoutSpecifiedScanResults() local1857 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() local1896 put(mockSuggestion, scanResultList); in testGetMatchingScanResultsWithSpecifiedScanResults()[all …]