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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
H A DVoiceInput.java129 private final static int MSG_CLOSE_ERROR_DIALOG = 1; field in class:VoiceInput
134 if (msg.what == MSG_CLOSE_ERROR_DIALOG) {
511 mHandler.removeMessages(MSG_CLOSE_ERROR_DIALOG);
550 mHandler.sendMessageDelayed(Message.obtain(mHandler, MSG_CLOSE_ERROR_DIALOG), 2000);

Completed in 4 milliseconds