Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java1719 private final RequestList<ScanSettings> mActiveBackgroundScans = new RequestList<>(); field in WifiScanningServiceImpl.WifiBackgroundScanStateMachine
1739 return mActiveBackgroundScans.getAllSettingsForClient(ci); in getBackgroundScanSettings()
1743 mActiveBackgroundScans.removeAllForClient(ci); in removeBackgroundScanSettings()
1803 mActiveBackgroundScans.clear(); in enter()
2034 mActiveBackgroundScans.addRequest(ci, workSource, settings); in addBackgroundScanRequest()
2039 mActiveBackgroundScans.removeRequest(ci); in addBackgroundScanRequest()
2051 Collection<ScanSettings> settings = mActiveBackgroundScans.getAllSettings(); in updateSchedule()
2109 ScanSettings settings = mActiveBackgroundScans.removeRequest(ci); in removeBackgroundScanRequest()
2116 for (RequestInfo<ScanSettings> entry : mActiveBackgroundScans) { in reportFullScanResult()
2153 for (RequestInfo<ScanSettings> entry : mActiveBackgroundScans) { in reportScanResults()
[all …]