Searched refs:PnoScanMatcher (Results 1 – 1 of 1) sorted by relevance
800 verify(mWifiScannerImpl).startPnoScan(argThat(new PnoScanMatcher(TEST_PNO_SETTINGS))); in testStartPnoScan()1318 private class PnoScanMatcher implements ArgumentMatcher<PnoSettings> { class in WificondControlTest1320 PnoScanMatcher(WifiNative.PnoSettings expectedPnoSettings) { in PnoScanMatcher() method in WificondControlTest.PnoScanMatcher