Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java800 verify(mWifiScannerImpl).startPnoScan(argThat(new PnoScanMatcher(TEST_PNO_SETTINGS))); in testStartPnoScan()
1318 private class PnoScanMatcher implements ArgumentMatcher<PnoSettings> { class in WificondControlTest
1320 PnoScanMatcher(WifiNative.PnoSettings expectedPnoSettings) { in PnoScanMatcher() method in WificondControlTest.PnoScanMatcher