Searched refs:mClientFilterIndexMap (Results 1 – 1 of 1) sorted by relevance
528 private final Map<Integer, Deque<Integer>> mClientFilterIndexMap; field in ScanManager.ScanNative538 mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>(); in ScanNative()635 && mClientFilterIndexMap.isEmpty()) { in startRegularScan()981 mClientFilterIndexMap.put(scannerId, clientFilterIndices); in configureScanFilters()1003 Deque<Integer> filterIndices = mClientFilterIndexMap.remove(scannerId); in removeScanFilters()