Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/
DRecognitionService.java74 private static final int MSG_RESET = 4; field in RecognitionService
90 case MSG_RESET:
273 Message.obtain(mHandler, MSG_RESET).sendToTarget(); in error()
310 Message.obtain(mHandler, MSG_RESET).sendToTarget(); in results()