HomeSort by relevance Sort by last modified time
    Searched refs:MSG_RESET (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/speech/
RecognitionService.java 71 private static final int MSG_RESET = 4;
87 case MSG_RESET:
254 Message.obtain(mHandler, MSG_RESET).sendToTarget();
291 Message.obtain(mHandler, MSG_RESET).sendToTarget();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInput.java 133 private final static int MSG_RESET = 1;
144 if (msg.what == MSG_RESET) {
523 mHandler.removeMessages(MSG_RESET);
582 mHandler.sendMessageDelayed(Message.obtain(mHandler, MSG_RESET), 2000);
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
ManagerService.java 69 static final int MSG_RESET = 4;
79 case MSG_RESET:
LayoutTestsExecutor.java 415 Message serviceMsg = Message.obtain(null, ManagerService.MSG_RESET);

Completed in 2775 milliseconds