Searched refs:pnoScanEventHandler (Results 1 – 2 of 2) sorted by relevance
309 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() argument528 this.pnoScanEventHandler = pnoScanEventHandler; in LastPnoScanSettings()533 public WifiNative.PnoEventHandler pnoScanEventHandler; field in WificondScannerImpl.LastPnoScanSettings
354 PnoScanEventHandler pnoScanEventHandler = new PnoScanEventHandler(ifaceName); in setupInterfaceForClientMode() local355 mPnoScanEventHandlers.put(ifaceName, pnoScanEventHandler); in setupInterfaceForClientMode()356 wificondScanner.subscribePnoScanEvents(pnoScanEventHandler); in setupInterfaceForClientMode()