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