Home
last modified time | relevance | path

Searched refs:pnoScanEventHandler (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWificondScannerImpl.java309 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in reportPnoScanFailure()
310 mLastPnoScanSettings.pnoScanEventHandler.onPnoScanFailed(); in reportPnoScanFailure()
341 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in pollLatestScanDataForPno()
344 mLastPnoScanSettings.pnoScanEventHandler.onPnoNetworkFound(pnoScanResultsArray); in pollLatestScanDataForPno()
525 WifiNative.PnoEventHandler pnoScanEventHandler) { in LastPnoScanSettings() argument
528 this.pnoScanEventHandler = pnoScanEventHandler; in LastPnoScanSettings()
533 public WifiNative.PnoEventHandler pnoScanEventHandler; field in WificondScannerImpl.LastPnoScanSettings
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java354 PnoScanEventHandler pnoScanEventHandler = new PnoScanEventHandler(ifaceName); in setupInterfaceForClientMode() local
355 mPnoScanEventHandlers.put(ifaceName, pnoScanEventHandler); in setupInterfaceForClientMode()
356 wificondScanner.subscribePnoScanEvents(pnoScanEventHandler); in setupInterfaceForClientMode()