Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DAbstractDetector.java62 private final AtomicBoolean mIsDetectorActive; field in AbstractDetector
76 mIsDetectorActive = new AtomicBoolean(true); in AbstractDetector()
182 if (!mIsDetectorActive.get()) { in destroy()
185 mIsDetectorActive.set(false); in destroy()
197 if (!mIsDetectorActive.get()) { in throwIfDetectorIsNoLongerActive()