Home
last modified time | relevance | path

Searched refs:mFilterIndexStack (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java395 private final Deque<Integer> mFilterIndexStack; field in ScanManager.ScanNative
406 mFilterIndexStack = new ArrayDeque<Integer>(); in ScanNative()
493 if (isFilteringSupported() && mFilterIndexStack.isEmpty() in startRegularScan()
517 if (mFilterIndexStack.isEmpty() && isFilteringSupported()) { in startBatchScan()
786 int filterIndex = mFilterIndexStack.pop(); in configureScanFilters()
835 mFilterIndexStack.addAll(filterIndices); in removeScanFilters()
895 return client.filters.size() > mFilterIndexStack.size(); in shouldUseAllPassFilter()
951 mFilterIndexStack.add(i); in initFilterIndexStack()