Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionService.java91 private static final int MSG_CHECK_RECOGNITION_SUPPORT = 5; field in RecognitionService
112 case MSG_CHECK_RECOGNITION_SUPPORT:
819 Message.obtain(service.mHandler, MSG_CHECK_RECOGNITION_SUPPORT, in checkRecognitionSupport()
H A DSpeechRecognizer.java298 private static final int MSG_CHECK_RECOGNITION_SUPPORT = 6; field in SpeechRecognizer
336 case MSG_CHECK_RECOGNITION_SUPPORT:
643 putMessage(Message.obtain(mHandler, MSG_CHECK_RECOGNITION_SUPPORT, in checkRecognitionSupport()