Searched refs:mActiveBackgroundScans (Results 1 – 1 of 1) sorted by relevance
1069 private final RequestList<ScanSettings> mActiveBackgroundScans = new RequestList<>(); field in WifiScanningServiceImpl.WifiBackgroundScanStateMachine1087 return mActiveBackgroundScans.getAllSettingsForClient(ci); in getBackgroundScanSettings()1091 mActiveBackgroundScans.removeAllForClient(ci); in removeBackgroundScanSettings()1135 mActiveBackgroundScans.clear(); in enter()1350 mActiveBackgroundScans.addRequest(ci, handler, workSource, settings); in addBackgroundScanRequest()1355 mActiveBackgroundScans.removeRequest(ci, handler); in addBackgroundScanRequest()1367 Collection<ScanSettings> settings = mActiveBackgroundScans.getAllSettings(); in updateSchedule()1420 ScanSettings settings = mActiveBackgroundScans.removeRequest(ci, handler); in removeBackgroundScanRequest()1427 for (RequestInfo<ScanSettings> entry : mActiveBackgroundScans) { in reportFullScanResult()1459 for (RequestInfo<ScanSettings> entry : mActiveBackgroundScans) { in reportScanResults()[all …]