Searched refs:MSG_DETECTION_ERROR (Results 1 – 3 of 3) sorted by relevance
60 private static final int MSG_DETECTION_ERROR = 3; field in SoundTriggerDetector339 mHandler.sendEmptyMessage(MSG_DETECTION_ERROR); in onError()381 case MSG_DETECTION_ERROR: in handleMessage()
180 private static final int MSG_DETECTION_ERROR = 3; field in AlwaysOnHotwordDetector639 mHandler.sendEmptyMessage(MSG_DETECTION_ERROR); in onError()672 case MSG_DETECTION_ERROR: in handleMessage()
51 static final int MSG_DETECTION_ERROR = -1; field in GenericSoundModelTest