Searched refs:mActiveBackgroundScans (Results 1 – 1 of 1) sorted by relevance
1719 private final RequestList<ScanSettings> mActiveBackgroundScans = new RequestList<>(); field in WifiScanningServiceImpl.WifiBackgroundScanStateMachine1739 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 …]