Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DWificondPnoScannerTest.java99 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in startHwDisconnectedPnoScan()
118 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in startHwDisconnectedPnoScanFailure()
142 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in ignoreHwDisconnectedPnoScanStopFailure()
206 WifiNative.PnoEventHandler pnoEventHandler) { in startSuccessfulPnoScan()
238 WifiNative.PnoSettings pnoSettings, WifiNative.PnoEventHandler eventHandler, in expectSuccessfulHwDisconnectedPnoScan()
DWifiScanningServiceTest.java2453 private WifiNative.PnoEventHandler verifyHwPnoForImpl(WifiScannerImpl impl, InOrder order, in verifyHwPnoForImpl()
2457 ArgumentCaptor<WifiNative.PnoEventHandler> pnoEventHandlerCaptor = in verifyHwPnoForImpl()
2458 ArgumentCaptor.forClass(WifiNative.PnoEventHandler.class); in verifyHwPnoForImpl()
2486 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScan()
2488 WifiNative.PnoEventHandler eventHandler = in expectHwPnoScan()
2503 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScanOnImpls()
2505 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScanOnImpls()
2507 WifiNative.PnoEventHandler eventHandler0 = in expectHwPnoScanOnImpls()
2509 WifiNative.PnoEventHandler eventHandler1 = in expectHwPnoScanOnImpls()
3578 any(WifiNative.PnoEventHandler.class))).thenReturn(false); in testFailedHwPnoScanWhichFailsToStartOnMultipleImpls()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWificondScannerImpl.java469 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
564 WifiNative.PnoEventHandler pnoScanEventHandler) { in LastPnoScanSettings()
572 public WifiNative.PnoEventHandler pnoScanEventHandler;
DWifiScannerImpl.java170 WifiNative.PnoEventHandler eventHandler); in setHwPnoList()
DHalWifiScannerImpl.java124 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
DWifiScanningServiceImpl.java2254 private final class PnoEventHandler implements WifiNative.PnoEventHandler { class in WifiScanningServiceImpl.WifiPnoScanStateMachine.ScannerImplsTracker
2257 PnoEventHandler(@NonNull String implIfaceName) { in PnoEventHandler() method in WifiScanningServiceImpl.WifiPnoScanStateMachine.ScannerImplsTracker.PnoEventHandler
2291 pnoSettings, new PnoEventHandler(ifaceName)); in setHwPnoList()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java3626 public interface PnoEventHandler {