Searched refs:PnoEventHandler (Results 1 – 7 of 7) sorted by relevance
91 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()
949 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()
137 WifiNative.PnoEventHandler eventHandler); in setHwPnoList()
117 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
100 private WifiNative.PnoEventHandler mPnoEventHandler;705 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()820 public WifiNative.PnoEventHandler pnoScanEventHandler;822 public void setHwPnoScan(WifiNative.PnoEventHandler pnoScanEventHandler) { in setHwPnoScan()
1338 class WifiPnoScanStateMachine extends StateMachine implements WifiNative.PnoEventHandler {
1758 public interface PnoEventHandler { interface in WifiNative2880 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()