Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/core/java/android/speech/
H A DRecognitionService.java89 private static final int MSG_CANCEL = 3; field in RecognitionService
104 case MSG_CANCEL:
451 Message.obtain(service.mHandler, MSG_CANCEL, listener)); in cancel()
H A DSpeechRecognizer.java161 private static final int MSG_CANCEL = 3; field in SpeechRecognizer
191 case MSG_CANCEL:
464 putMessage(Message.obtain(mHandler, MSG_CANCEL)); in cancel()
/aosp12/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java382 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));
848 static final int MSG_CANCEL = 7; field in VoiceInteractionSession
895 case MSG_CANCEL: in executeMessage()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2290 Landroid/app/ActivityTransitionCoordinator;->MSG_CANCEL:I
8262 Landroid/app/Presentation;->MSG_CANCEL:I
54020 Landroid/service/voice/VoiceInteractionSession;->MSG_CANCEL:I
54367 Landroid/speech/RecognitionService;->MSG_CANCEL:I
54410 Landroid/speech/SpeechRecognizer;->MSG_CANCEL:I