Home
last modified time | relevance | path

Searched refs:mLastPnoScanSettings (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
H A DWificondScannerImpl.java82 private LastPnoScanSettings mLastPnoScanSettings = null; field in WificondScannerImpl
122 mLastPnoScanSettings = null; // finally clear any active scan in cleanup()
303 if (mLastPnoScanSettings != null) { in reportPnoScanFailure()
304 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in reportPnoScanFailure()
308 mLastPnoScanSettings = null; in reportPnoScanFailure()
315 if (mLastPnoScanSettings == null) { in pollLatestScanDataForPno()
336 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in pollLatestScanDataForPno()
432 if (mLastPnoScanSettings != null) { in setHwPnoList()
440 mLastPnoScanSettings = new LastPnoScanSettings( in setHwPnoList()
455 if (mLastPnoScanSettings == null) { in resetHwPnoList()
[all …]