Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
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()
DEnterTransitionCoordinator.java252 case MSG_CANCEL: in onReceiveResult()
316 mResultReceiver.send(MSG_CANCEL, null); in forceViewsToAppear()
DActivityTransitionCoordinator.java189 public static final int MSG_CANCEL = 106; field in ActivityTransitionCoordinator
/frameworks/base/core/java/android/speech/
DSpeechRecognizerImpl.java59 private static final int MSG_CANCEL = 3; field in SpeechRecognizerImpl
88 case MSG_CANCEL -> handleCancelMessage();
216 putMessage(Message.obtain(mHandler, MSG_CANCEL)); in cancel()
DRecognitionService.java88 private static final int MSG_CANCEL = 3; field in RecognitionService
107 case MSG_CANCEL:
814 Message.obtain(service.mHandler, MSG_CANCEL, listener)); in cancel()
DSpeechRecognizer.java279 private static final int MSG_CANCEL = 3; field in SpeechRecognizer
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java435 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));
901 static final int MSG_CANCEL = 7; field in VoiceInteractionSession
948 case MSG_CANCEL: in executeMessage()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2290 Landroid/app/ActivityTransitionCoordinator;->MSG_CANCEL:I
8262 Landroid/app/Presentation;->MSG_CANCEL:I
50054 Landroid/service/voice/VoiceInteractionSession;->MSG_CANCEL:I
50401 Landroid/speech/RecognitionService;->MSG_CANCEL:I
50444 Landroid/speech/SpeechRecognizer;->MSG_CANCEL:I