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.java304 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in reportPnoScanFailure()
305 mLastPnoScanSettings.pnoScanEventHandler.onPnoScanFailed(); in reportPnoScanFailure()
336 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in pollLatestScanDataForPno()
339 mLastPnoScanSettings.pnoScanEventHandler.onPnoNetworkFound(pnoScanResultsArray); in pollLatestScanDataForPno()
524 WifiNative.PnoEventHandler pnoScanEventHandler) { in LastPnoScanSettings() argument
527 this.pnoScanEventHandler = pnoScanEventHandler; in LastPnoScanSettings()
532 public WifiNative.PnoEventHandler pnoScanEventHandler; field in WificondScannerImpl.LastPnoScanSettings
/frameworks/base/wifi/java/android/net/wifi/nl80211/
DWifiNl80211Manager.java587 PnoScanEventHandler pnoScanEventHandler = new PnoScanEventHandler(executor, in setupInterfaceForClientMode() local
589 mPnoScanEventHandlers.put(ifaceName, pnoScanEventHandler); in setupInterfaceForClientMode()
590 wificondScanner.subscribePnoScanEvents(pnoScanEventHandler); in setupInterfaceForClientMode()