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/
DWificondPnoScannerTest.java98 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in startHwDisconnectedPnoScan()
117 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in startHwDisconnectedPnoScanFailure()
141 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class); in ignoreHwDisconnectedPnoScanStopFailure()
203 WifiNative.PnoEventHandler pnoEventHandler) { in startSuccessfulPnoScan()
234 WifiNative.PnoSettings pnoSettings, WifiNative.PnoEventHandler eventHandler, in expectSuccessfulHwDisconnectedPnoScan()
DWifiScanningServiceTest.java2296 private WifiNative.PnoEventHandler verifyHwPnoForImpl(WifiScannerImpl impl, InOrder order, in verifyHwPnoForImpl()
2300 ArgumentCaptor<WifiNative.PnoEventHandler> pnoEventHandlerCaptor = in verifyHwPnoForImpl()
2301 ArgumentCaptor.forClass(WifiNative.PnoEventHandler.class); in verifyHwPnoForImpl()
2355 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScan()
2357 WifiNative.PnoEventHandler eventHandler = in expectHwPnoScan()
2371 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScanOnImpls()
2373 any(WifiNative.PnoEventHandler.class))).thenReturn(true); in expectHwPnoScanOnImpls()
2375 WifiNative.PnoEventHandler eventHandler0 = in expectHwPnoScanOnImpls()
2377 WifiNative.PnoEventHandler eventHandler1 = in expectHwPnoScanOnImpls()
3339 any(WifiNative.PnoEventHandler.class))).thenReturn(false); in testFailedHwPnoScanWhichFailsToStartOnMultipleImpls()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWificondScannerImpl.java430 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
524 WifiNative.PnoEventHandler pnoScanEventHandler) { in LastPnoScanSettings()
532 public WifiNative.PnoEventHandler pnoScanEventHandler;
DWifiScannerImpl.java168 WifiNative.PnoEventHandler eventHandler); in setHwPnoList()
DHalWifiScannerImpl.java122 WifiNative.PnoEventHandler eventHandler) { in setHwPnoList()
DWifiScanningServiceImpl.java1808 private final class PnoEventHandler implements WifiNative.PnoEventHandler { class in WifiScanningServiceImpl.WifiPnoScanStateMachine.ScannerImplsTracker
1811 PnoEventHandler(@NonNull String implIfaceName) { in PnoEventHandler() method in WifiScanningServiceImpl.WifiPnoScanStateMachine.ScannerImplsTracker.PnoEventHandler
1845 pnoSettings, new PnoEventHandler(ifaceName)); in setHwPnoList()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2796 public interface PnoEventHandler {