Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java112 private boolean mIsNoNeedActionDuringDetection; field in MainHotwordDetectionService
137 if (mIsNoNeedActionDuringDetection) { in onDetect()
138 mIsNoNeedActionDuringDetection = false; in onDetect()
469 mIsNoNeedActionDuringDetection = true; in onUpdateState()