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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWificondScannerImpl.java534 if (mLastScanSettings.pnoScanEventHandler != null) {
535 mLastScanSettings.pnoScanEventHandler.onPnoScanFailed();
571 && mLastScanSettings.pnoScanEventHandler != null) {
574 mLastScanSettings.pnoScanEventHandler.onPnoNetworkFound(pnoScanResultsArray);
861 public WifiNative.PnoEventHandler pnoScanEventHandler; field in class:WificondScannerImpl.LastScanSettings
865 WifiNative.PnoEventHandler pnoScanEventHandler) {
868 this.pnoScanEventHandler = pnoScanEventHandler;
863 setHwPnoScan( WifiNative.PnoNetwork[] pnoNetworkList, WifiNative.PnoEventHandler pnoScanEventHandler) argument

Completed in 37 milliseconds