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

/frameworks/base/core/java/android/speech/
H A DRecognitionService.java71 private static final int MSG_RESET = 4; field in class:RecognitionService
87 case MSG_RESET:
254 Message.obtain(mHandler, MSG_RESET).sendToTarget();
291 Message.obtain(mHandler, MSG_RESET).sendToTarget();

Completed in 195 milliseconds