Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/
DSpeechRecognizerImpl.java590 private static final int MSG_SEGMENT_RESULTS = 10; field in SpeechRecognizerImpl.InternalRecognitionListener
628 case MSG_SEGMENT_RESULTS:
674 Message.obtain(mInternalHandler, MSG_SEGMENT_RESULTS, bundle).sendToTarget(); in onSegmentResults()