Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java731 verify(mWifiScannerImpl).scan(argThat(new ScanMatcher( in testScan()
752 verify(mWifiScannerImpl).scan(argThat(new ScanMatcher( in testScanWithDuplicateHiddenSsids()
765 verify(mWifiScannerImpl).scan(argThat(new ScanMatcher( in testScanNullParameters()
1265 private class ScanMatcher implements ArgumentMatcher<SingleScanSettings> { class in WificondControlTest
1269 ScanMatcher(int expectedScanType, Set<Integer> expectedFreqs, List<String> expectedSsids) { in ScanMatcher() method in WificondControlTest.ScanMatcher