Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWificondPnoScannerTest.java89 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in startHwDisconnectedPnoScan()
108 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in pauseResumeHwDisconnectedPnoScanForSingleScan()
177 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in delayedHwDisconnectedPnoScanFailure()
223 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in ignoreHwDisconnectedPnoScanStopFailure()
262 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in forceRestartHwDisconnectedPnoScanWhenSettingsChange()
305 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in noForceRestartHwDisconnectedPnoScanWhenNoSettingsChange()
329 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in doSuccessfulSwPnoScanTest()
389 WifiNative.PnoEventHandler pnoEventHandler) { in startSuccessfulPnoScan()
427 WifiNative.PnoSettings pnoSettings, WifiNative.PnoEventHandler eventHandler, in expectSuccessfulHwDisconnectedPnoScan()
DWifiScanningServiceTest.java1781 private WifiNative.PnoEventHandler verifyHwPno(InOrder order, in verifyHwPno()
1785 ArgumentCaptor<WifiNative.PnoEventHandler> pnoEventHandlerCaptor = in verifyHwPno()
1786 ArgumentCaptor.forClass(WifiNative.PnoEventHandler.class); in verifyHwPno()
1841 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScanWithNoBackgroundScan()
1843 WifiNative.PnoEventHandler eventHandler = verifyHwPno(order, nativeSettings); in expectHwPnoScanWithNoBackgroundScan()
1856 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScanWithBackgroundScan()
1860 WifiNative.PnoEventHandler eventHandler = verifyHwPno(order, nativePnoSettings); in expectHwPnoScanWithBackgroundScan()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScannerImpl.java143 WifiNative.PnoEventHandler eventHandler); in setHwPnoList()
DHalWifiScannerImpl.java119 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
DWificondScannerImpl.java95 private WifiNative.PnoEventHandler mPnoEventHandler;
744 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
861 public WifiNative.PnoEventHandler pnoScanEventHandler;
865 WifiNative.PnoEventHandler pnoScanEventHandler) { in setHwPnoScan()
DWifiScanningServiceImpl.java1366 class WifiPnoScanStateMachine extends StateMachine implements WifiNative.PnoEventHandler {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1008 public interface PnoEventHandler { interface in WifiNative
/frameworks/base/services/
Dart-profile4148 HPLcom/android/server/wifi/WifiNative$PnoEventHandler;->onPnoNetworkFound([Landroid/net/wifi/ScanRe…
4149 HPLcom/android/server/wifi/WifiNative$PnoEventHandler;->onPnoScanFailed()V