Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java1036 private static final int MSG_SEGMENT_END_SESSION = 11; field in SpeechRecognizer.InternalRecognitionListener
1076 case MSG_SEGMENT_END_SESSION:
1123 Message.obtain(mInternalHandler, MSG_SEGMENT_END_SESSION).sendToTarget(); in onEndOfSegmentedSession()