Searched refs:mClientFilterIndexMap (Results 1 – 1 of 1) sorted by relevance
397 private final Map<Integer, Deque<Integer>> mClientFilterIndexMap; field in ScanManager.ScanNative407 mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>(); in ScanNative()494 && mClientFilterIndexMap.isEmpty()) { in startRegularScan()811 mClientFilterIndexMap.put(clientIf, clientFilterIndices); in configureScanFilters()833 Deque<Integer> filterIndices = mClientFilterIndexMap.remove(clientIf); in removeScanFilters()