Searched refs:mDetectionJob (Results 1 – 2 of 2) sorted by relevance
101 private Runnable mDetectionJob; field in MainHotwordDetectionService317 if (mDetectionJob != null) { in onDetect()323 mDetectionJob = () -> { in onDetect()347 mHandler.postDelayed(mDetectionJob, mDetectionDelayMs); in onDetect()362 mHandler.removeCallbacks(mDetectionJob); in onStopDetection()363 mDetectionJob = null; in onStopDetection()382 if (mDetectionJob != null) { in onUpdateState()384 mHandler.removeCallbacks(mDetectionJob); in onUpdateState()385 mDetectionJob = null; in onUpdateState()429 if (mDetectionJob != null) { in onUpdateState()[all …]
112 private Runnable mDetectionJob; field in MainVisualQueryDetectionService128 if (mDetectionJob != null) { in onStartDetection()137 mDetectionJob = createTestDetectionJob(mScenario); in onStartDetection()138 mHandler.postDelayed(mDetectionJob, 1500); in onStartDetection()157 mHandler.removeCallbacks(mDetectionJob); in onStopDetection()158 mDetectionJob = null; in onStopDetection()176 if (mDetectionJob != null) { in onUpdateState()178 mHandler.removeCallbacks(mDetectionJob); in onUpdateState()179 mDetectionJob = null; in onUpdateState()