Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java101 private Runnable mDetectionJob; field in MainHotwordDetectionService
317 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 …]
DMainVisualQueryDetectionService.java112 private Runnable mDetectionJob; field in MainVisualQueryDetectionService
128 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()