Searched defs:scanEventHandler (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DSupplicantPnoScannerTest.java220 WifiNative.ScanEventHandler scanEventHandler = mock(WifiNative.ScanEventHandler.class);
224 InOrder order = inOrder(scanEventHandler, mWifiNative);
227 startSuccessfulPnoScan(scanSettings, pnoSettings, scanEventHandler, pnoEventHandler);
229 expectSuccessfulSwPnoScan(order, scanEventHandler, scanResults);
276 WifiNative.PnoSettings pnoSettings, WifiNative.ScanEventHandler scanEventHandler,
289 assertTrue(mScanner.startBatchedScan(scanSettings, scanEventHandler));
275 startSuccessfulPnoScan(WifiNative.ScanSettings scanSettings, WifiNative.PnoSettings pnoSettings, WifiNative.ScanEventHandler scanEventHandler, WifiNative.PnoEventHandler pnoEventHandler) argument

Completed in 21 milliseconds