Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java86 mResultReceiver.send(MSG_CANCEL, null); in onReceiveResult()
99 mHandler.removeMessages(MSG_CANCEL); in onReceiveResult()
106 case MSG_CANCEL: in onReceiveResult()
115 mHandler.removeMessages(MSG_CANCEL); in stopCancel()
121 mHandler.sendEmptyMessageDelayed(MSG_CANCEL, sMaxWaitMillis); in delayCancel()
H A DEnterTransitionCoordinator.java252 case MSG_CANCEL: in onReceiveResult()
316 mResultReceiver.send(MSG_CANCEL, null); in forceViewsToAppear()
H A DActivityTransitionCoordinator.java189 public static final int MSG_CANCEL = 106; field in ActivityTransitionCoordinator
/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionService.java87 private static final int MSG_CANCEL = 3; field in RecognitionService
106 case MSG_CANCEL:
807 Message.obtain(service.mHandler, MSG_CANCEL, listener)); in cancel()
H A DSpeechRecognizer.java295 private static final int MSG_CANCEL = 3; field in SpeechRecognizer
327 case MSG_CANCEL:
613 putMessage(Message.obtain(mHandler, MSG_CANCEL)); in cancel()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java422 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));
888 static final int MSG_CANCEL = 7; field in VoiceInteractionSession
935 case MSG_CANCEL: in executeMessage()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2290 Landroid/app/ActivityTransitionCoordinator;->MSG_CANCEL:I
8262 Landroid/app/Presentation;->MSG_CANCEL:I
50697 Landroid/service/voice/VoiceInteractionSession;->MSG_CANCEL:I
51044 Landroid/speech/RecognitionService;->MSG_CANCEL:I
51087 Landroid/speech/SpeechRecognizer;->MSG_CANCEL:I