Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
DOpActiveChangedCapture.java30 private final LinkedBlockingQueue<Boolean> mActives; field in OpActiveChangedCapture
35 mActives = new LinkedBlockingQueue<>(); in OpActiveChangedCapture()
43 return mActives.poll(timeoutMs, TimeUnit.MILLISECONDS); in getNextActive()
54 mActives.add(active); in onOpActiveChanged()