Searched refs:mIsDetectorActive (Results 1 – 1 of 1) sorted by relevance
62 private final AtomicBoolean mIsDetectorActive; field in AbstractDetector76 mIsDetectorActive = new AtomicBoolean(true); in AbstractDetector()182 if (!mIsDetectorActive.get()) { in destroy()185 mIsDetectorActive.set(false); in destroy()197 if (!mIsDetectorActive.get()) { in throwIfDetectorIsNoLongerActive()