Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/
DSpeechRecognizerImpl.java62 private static final int MSG_CHECK_RECOGNITION_SUPPORT = 6; field in SpeechRecognizerImpl
92 case MSG_CHECK_RECOGNITION_SUPPORT -> {
238 putMessage(Message.obtain(mHandler, MSG_CHECK_RECOGNITION_SUPPORT, in checkRecognitionSupport()
DRecognitionService.java92 private static final int MSG_CHECK_RECOGNITION_SUPPORT = 5; field in RecognitionService
113 case MSG_CHECK_RECOGNITION_SUPPORT:
826 Message.obtain(service.mHandler, MSG_CHECK_RECOGNITION_SUPPORT, in checkRecognitionSupport()
DSpeechRecognizer.java282 private static final int MSG_CHECK_RECOGNITION_SUPPORT = 6; field in SpeechRecognizer