Searched refs:pnoScanEventHandler (Results 1 – 1 of 1) sorted by relevance
339 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in reportPnoScanFailure()340 mLastPnoScanSettings.pnoScanEventHandler.onPnoScanFailed(); in reportPnoScanFailure()371 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in pollLatestScanDataForPno()374 mLastPnoScanSettings.pnoScanEventHandler.onPnoNetworkFound(pnoScanResultsArray); in pollLatestScanDataForPno()564 WifiNative.PnoEventHandler pnoScanEventHandler) { in LastPnoScanSettings() argument567 this.pnoScanEventHandler = pnoScanEventHandler; in LastPnoScanSettings()572 public WifiNative.PnoEventHandler pnoScanEventHandler; field in WificondScannerImpl.LastPnoScanSettings