Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java297 private static final int MSG_SET_TEMPORARY_ON_DEVICE_COMPONENT = 5; field in SpeechRecognizer
333 case MSG_SET_TEMPORARY_ON_DEVICE_COMPONENT:
735 Message.obtain(mHandler, MSG_SET_TEMPORARY_ON_DEVICE_COMPONENT, componentName)); in setTemporaryOnDeviceRecognizer()