Searched refs:MSG_DETECTION_RESUME (Results 1 – 3 of 3) sorted by relevance
62 private static final int MSG_DETECTION_RESUME = 5; field in SoundTriggerDetector357 mHandler.sendEmptyMessage(MSG_DETECTION_RESUME); in onRecognitionResumed()387 case MSG_DETECTION_RESUME: in handleMessage()
182 private static final int MSG_DETECTION_RESUME = 5; field in AlwaysOnHotwordDetector651 mHandler.sendEmptyMessage(MSG_DETECTION_RESUME); in onRecognitionResumed()678 case MSG_DETECTION_RESUME: in handleMessage()
52 static final int MSG_DETECTION_RESUME = 0; field in GenericSoundModelTest