Searched defs:MSG_CANCEL (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DPresentation.java144 private static final int MSG_CANCEL = 1; field in class:Presentation
218 mHandler.sendEmptyMessage(MSG_CANCEL);
347 case MSG_CANCEL:
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java69 private static final int MSG_CANCEL = 3; field in class:RecognitionService
84 case MSG_CANCEL:
335 MSG_CANCEL, listener));
H A DSpeechRecognizer.java104 private final static int MSG_CANCEL = 3; field in class:SpeechRecognizer
130 case MSG_CANCEL:
314 putMessage(Message.obtain(mHandler, MSG_CANCEL));
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DFaceUnlock.java58 private final int MSG_CANCEL = 3; field in class:FaceUnlock
109 mHandler.sendEmptyMessage(MSG_CANCEL);
219 case MSG_CANCEL:
431 mHandler.sendEmptyMessage(MSG_CANCEL);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DFaceUnlock.java62 private final int MSG_CANCEL = 5; field in class:FaceUnlock
255 case MSG_CANCEL:
520 mHandler.sendEmptyMessage(MSG_CANCEL);

Completed in 87 milliseconds