Searched refs:mActives (Results 1 – 1 of 1) sorted by relevance
30 private final LinkedBlockingQueue<Boolean> mActives; field in OpActiveChangedCapture35 mActives = new LinkedBlockingQueue<>(); in OpActiveChangedCapture()43 return mActives.poll(timeoutMs, TimeUnit.MILLISECONDS); in getNextActive()54 mActives.add(active); in onOpActiveChanged()