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

  /frameworks/base/core/java/android/app/
Presentation.java 144 private static final int MSG_CANCEL = 1;
218 mHandler.sendEmptyMessage(MSG_CANCEL);
347 case MSG_CANCEL:
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
FaceUnlock.java 59 private final int MSG_CANCEL = 3;
110 mHandler.sendEmptyMessage(MSG_CANCEL);
220 case MSG_CANCEL:
440 mHandler.sendEmptyMessage(MSG_CANCEL);
  /frameworks/base/core/java/android/speech/
RecognitionService.java 69 private static final int MSG_CANCEL = 3;
84 case MSG_CANCEL:
335 MSG_CANCEL, listener));
SpeechRecognizer.java 110 private final static int MSG_CANCEL = 3;
136 case MSG_CANCEL:
320 putMessage(Message.obtain(mHandler, MSG_CANCEL));

Completed in 42 milliseconds