Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/
DSpeechRecognizerImpl.java61 private static final int MSG_SET_TEMPORARY_ON_DEVICE_COMPONENT = 5; field in SpeechRecognizerImpl
90 case MSG_SET_TEMPORARY_ON_DEVICE_COMPONENT ->
285 Message.obtain(mHandler, MSG_SET_TEMPORARY_ON_DEVICE_COMPONENT, componentName)); in setTemporaryOnDeviceRecognizer()
DSpeechRecognizer.java281 private static final int MSG_SET_TEMPORARY_ON_DEVICE_COMPONENT = 5; field in SpeechRecognizer