Searched refs:MSG_CANCEL (Results 1 - 4 of 4) 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/policy/src/com/android/internal/policy/impl/keyguard/
H A DFaceUnlock.java59 private final int MSG_CANCEL = 3; field in class:FaceUnlock
110 mHandler.sendEmptyMessage(MSG_CANCEL);
220 case MSG_CANCEL:
440 mHandler.sendEmptyMessage(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));

Completed in 154 milliseconds