HomeSort by relevance Sort by last modified time
    Searched refs:PnoEventHandler (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
SupplicantPnoScannerTest.java 91 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class);
95 InOrder order = inOrder(pnoEventHandler, mWifiNative);
97 startSuccessfulPnoScan(null, pnoSettings, null, pnoEventHandler);
98 expectSuccessfulHwDisconnectedPnoScan(order, pnoSettings, pnoEventHandler, scanResults);
99 verifyNoMoreInteractions(pnoEventHandler);
110 WifiNative.PnoEventHandler pnoEventHandler = mock(WifiNative.PnoEventHandler.class)
    [all...]
WifiScanningServiceTest.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScannerImpl.java 137 WifiNative.PnoEventHandler eventHandler);
HalWifiScannerImpl.java 117 WifiNative.PnoEventHandler eventHandler) {
SupplicantWifiScannerImpl.java 100 private WifiNative.PnoEventHandler mPnoEventHandler;
705 WifiNative.PnoEventHandler eventHandler) {
    [all...]
WifiScanningServiceImpl.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java     [all...]

Completed in 43 milliseconds