Searched refs:PnoEventHandler (Results 1 – 8 of 8) sorted by relevance
89 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()
1781 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()
143 WifiNative.PnoEventHandler eventHandler); in setHwPnoList()
119 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
95 private WifiNative.PnoEventHandler mPnoEventHandler;744 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()861 public WifiNative.PnoEventHandler pnoScanEventHandler;865 WifiNative.PnoEventHandler pnoScanEventHandler) { in setHwPnoScan()
1366 class WifiPnoScanStateMachine extends StateMachine implements WifiNative.PnoEventHandler {
1008 public interface PnoEventHandler { interface in WifiNative
4148 HPLcom/android/server/wifi/WifiNative$PnoEventHandler;->onPnoNetworkFound([Landroid/net/wifi/ScanRe…4149 HPLcom/android/server/wifi/WifiNative$PnoEventHandler;->onPnoScanFailed()V