Home
last modified time | relevance | path

Searched refs:MSG_CANCEL (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DPresentation.java144 private static final int MSG_CANCEL = 1; field in Presentation
218 mHandler.sendEmptyMessage(MSG_CANCEL); in onStart()
347 case MSG_CANCEL:
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DFaceUnlock.java59 private final int MSG_CANCEL = 3; field in FaceUnlock
110 mHandler.sendEmptyMessage(MSG_CANCEL); in stopAndShowBackup()
220 case MSG_CANCEL: in handleMessage()
440 mHandler.sendEmptyMessage(MSG_CANCEL);
/frameworks/base/core/java/android/speech/
DRecognitionService.java69 private static final int MSG_CANCEL = 3; field in RecognitionService
84 case MSG_CANCEL:
335 MSG_CANCEL, listener)); in cancel()
DSpeechRecognizer.java104 private final static int MSG_CANCEL = 3; field in SpeechRecognizer
130 case MSG_CANCEL:
314 putMessage(Message.obtain(mHandler, MSG_CANCEL)); in cancel()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
DFaceUnlock.java62 private final int MSG_CANCEL = 5; field in FaceUnlock
255 case MSG_CANCEL: in handleMessage()
520 mHandler.sendEmptyMessage(MSG_CANCEL);