Searched refs:pnoScanEventHandler (Results 1 – 2 of 2) sorted by relevance
304 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() argument527 this.pnoScanEventHandler = pnoScanEventHandler; in LastPnoScanSettings()532 public WifiNative.PnoEventHandler pnoScanEventHandler; field in WificondScannerImpl.LastPnoScanSettings
587 PnoScanEventHandler pnoScanEventHandler = new PnoScanEventHandler(executor, in setupInterfaceForClientMode() local589 mPnoScanEventHandlers.put(ifaceName, pnoScanEventHandler); in setupInterfaceForClientMode()590 wificondScanner.subscribePnoScanEvents(pnoScanEventHandler); in setupInterfaceForClientMode()