Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DSupplicantPnoScannerTest.java91 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in startHwDisconnectedPnoScan()
110 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in pauseResumeHwDisconnectedPnoScanForSingleScan()
180 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in delayedHwDisconnectedPnoScanFailure()
218 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in doSuccessfulSwPnoScanTest()
277 WifiNative.PnoEventHandler pnoEventHandler) { in startSuccessfulPnoScan()
304 WifiNative.PnoSettings pnoSettings, WifiNative.PnoEventHandler eventHandler, in expectSuccessfulHwDisconnectedPnoScan()
DWifiScanningServiceTest.java949 private WifiNative.PnoEventHandler verifyHwPno(InOrder order, in verifyHwPno()
953 ArgumentCaptor<WifiNative.PnoEventHandler> pnoEventHandlerCaptor = in verifyHwPno()
954 ArgumentCaptor.forClass(WifiNative.PnoEventHandler.class); in verifyHwPno()
1009 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScanWithNoBackgroundScan()
1011 WifiNative.PnoEventHandler eventHandler = verifyHwPno(order, nativeSettings); in expectHwPnoScanWithNoBackgroundScan()
1024 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScanWithBackgroundScan()
1028 WifiNative.PnoEventHandler eventHandler = verifyHwPno(order, nativePnoSettings); in expectHwPnoScanWithBackgroundScan()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScannerImpl.java137 WifiNative.PnoEventHandler eventHandler); in setHwPnoList()
DHalWifiScannerImpl.java117 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
DSupplicantWifiScannerImpl.java100 private WifiNative.PnoEventHandler mPnoEventHandler;
705 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
820 public WifiNative.PnoEventHandler pnoScanEventHandler;
822 public void setHwPnoScan(WifiNative.PnoEventHandler pnoScanEventHandler) { in setHwPnoScan()
DWifiScanningServiceImpl.java1338 class WifiPnoScanStateMachine extends StateMachine implements WifiNative.PnoEventHandler {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1758 public interface PnoEventHandler { interface in WifiNative
2880 private static PnoEventHandler sPnoEventHandler;
2891 public boolean setPnoList(PnoSettings settings, PnoEventHandler eventHandler) { in setPnoList()
2913 public boolean setPnoList(PnoNetwork[] list, PnoEventHandler eventHandler) { in setPnoList()
2949 PnoEventHandler handler = sPnoEventHandler; in onPnoNetworkFound()