Searched refs:MSG_CANCEL (Results 1 - 9 of 9) 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:
H A DExitTransitionCoordinator.java93 mResultReceiver.send(MSG_CANCEL, null);
106 mHandler.removeMessages(MSG_CANCEL);
118 mHandler.removeMessages(MSG_CANCEL);
124 mHandler.sendEmptyMessageDelayed(MSG_CANCEL, MAX_WAIT_MS);
H A DEnterTransitionCoordinator.java242 case MSG_CANCEL:
H A DActivityTransitionCoordinator.java183 public static final int MSG_CANCEL = 106; field in class:ActivityTransitionCoordinator
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java71 private static final int MSG_CANCEL = 3; field in class:RecognitionService
86 case MSG_CANCEL:
103 mHandler.sendMessage(mHandler.obtainMessage(MSG_CANCEL, listener));
354 MSG_CANCEL, listener));
H A DSpeechRecognizer.java110 private final static int MSG_CANCEL = 3; field in class:SpeechRecognizer
136 case MSG_CANCEL:
320 putMessage(Message.obtain(mHandler, MSG_CANCEL));
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java60 private final int MSG_CANCEL = 3; field in class:FaceUnlock
107 mHandler.sendEmptyMessage(MSG_CANCEL);
218 case MSG_CANCEL:
438 mHandler.sendEmptyMessage(MSG_CANCEL);
/frameworks/base/services/core/java/com/android/server/job/
H A DJobServiceContext.java56 * {@link #MSG_CANCEL} after the client has already finished. This is handled by having
60 * tardy {@link #MSG_CANCEL}s. Additionally, we avoid sending duplicate onStopJob()
93 private static final int MSG_CANCEL = 3; field in class:JobServiceContext
199 mCallbackHandler.obtainMessage(MSG_CANCEL).sendToTarget();
326 case MSG_CANCEL:
547 removeMessages(MSG_CANCEL);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java182 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));
277 static final int MSG_CANCEL = 6; field in class:VoiceInteractionSession
322 case MSG_CANCEL:

Completed in 112 milliseconds