Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java299 private static final int MSG_TRIGGER_MODEL_DOWNLOAD = 7; field in SpeechRecognizer
341 case MSG_TRIGGER_MODEL_DOWNLOAD:
668 mHandler, MSG_TRIGGER_MODEL_DOWNLOAD, in triggerModelDownload()
717 mHandler, MSG_TRIGGER_MODEL_DOWNLOAD, in triggerModelDownload()
H A DRecognitionService.java93 private static final int MSG_TRIGGER_MODEL_DOWNLOAD = 6; field in RecognitionService
117 case MSG_TRIGGER_MODEL_DOWNLOAD:
834 service.mHandler, MSG_TRIGGER_MODEL_DOWNLOAD, in triggerModelDownload()