Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainVisualQueryDetectionService.java106 private boolean mStopDetectionCalled; field in MainVisualQueryDetectionService
131 if (!mStopDetectionCalled) { in onStartDetection()
159 mStopDetectionCalled = true; in onStopDetection()
181 mStopDetectionCalled = false; in onUpdateState()
DMainHotwordDetectionService.java94 private boolean mStopDetectionCalled; field in MainHotwordDetectionService
320 if (!mStopDetectionCalled) { in onDetect()
364 mStopDetectionCalled = true; in onStopDetection()
387 mStopDetectionCalled = false; in onUpdateState()