Home
last modified time | relevance | path

Searched refs:MSG_CANCEL (Results 1 – 9 of 9) 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:
DExitTransitionCoordinator.java93 mResultReceiver.send(MSG_CANCEL, null); in onReceiveResult()
106 mHandler.removeMessages(MSG_CANCEL); in onReceiveResult()
118 mHandler.removeMessages(MSG_CANCEL); in stopCancel()
124 mHandler.sendEmptyMessageDelayed(MSG_CANCEL, MAX_WAIT_MS); in delayCancel()
DEnterTransitionCoordinator.java238 case MSG_CANCEL: in onReceiveResult()
DActivityTransitionCoordinator.java183 public static final int MSG_CANCEL = 106; field in ActivityTransitionCoordinator
/frameworks/base/core/java/android/speech/
DRecognitionService.java71 private static final int MSG_CANCEL = 3; field in RecognitionService
86 case MSG_CANCEL:
103 mHandler.sendMessage(mHandler.obtainMessage(MSG_CANCEL, listener)); in dispatchStartListening()
354 MSG_CANCEL, listener)); in cancel()
DSpeechRecognizer.java110 private final static int MSG_CANCEL = 3; field in SpeechRecognizer
136 case MSG_CANCEL:
320 putMessage(Message.obtain(mHandler, MSG_CANCEL)); in cancel()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DFaceUnlock.java60 private final int MSG_CANCEL = 3; field in FaceUnlock
107 mHandler.sendEmptyMessage(MSG_CANCEL); in stopAndShowBackup()
218 case MSG_CANCEL: in handleMessage()
438 mHandler.sendEmptyMessage(MSG_CANCEL);
/frameworks/base/services/core/java/com/android/server/job/
DJobServiceContext.java93 private static final int MSG_CANCEL = 3; field in JobServiceContext
199 mCallbackHandler.obtainMessage(MSG_CANCEL).sendToTarget(); in cancelExecutingJob()
326 case MSG_CANCEL: in handleMessage()
547 removeMessages(MSG_CANCEL); in closeAndCleanupJobH()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java182 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));
277 static final int MSG_CANCEL = 6; field in VoiceInteractionSession
322 case MSG_CANCEL: in executeMessage()