Searched refs:MSG_CANCEL (Results 1 – 8 of 8) sorted by relevance
153 private static final int MSG_CANCEL = 1; field in Presentation233 mHandler.sendEmptyMessage(MSG_CANCEL); in onStart()365 case MSG_CANCEL:
88 mResultReceiver.send(MSG_CANCEL, null); in onReceiveResult()101 mHandler.removeMessages(MSG_CANCEL); in onReceiveResult()108 case MSG_CANCEL: in onReceiveResult()117 mHandler.removeMessages(MSG_CANCEL); in stopCancel()123 mHandler.sendEmptyMessageDelayed(MSG_CANCEL, MAX_WAIT_MS); in delayCancel()
250 case MSG_CANCEL: in onReceiveResult()314 mResultReceiver.send(MSG_CANCEL, null); in forceViewsToAppear()
189 public static final int MSG_CANCEL = 106; field in ActivityTransitionCoordinator
72 private static final int MSG_CANCEL = 3; field in RecognitionService87 case MSG_CANCEL:105 mHandler.sendMessage(mHandler.obtainMessage(MSG_CANCEL, listener)); in dispatchStartListening()378 MSG_CANCEL, listener)); in cancel()
110 private final static int MSG_CANCEL = 3; field in SpeechRecognizer136 case MSG_CANCEL:320 putMessage(Message.obtain(mHandler, MSG_CANCEL)); in cancel()
369 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));835 static final int MSG_CANCEL = 7; field in VoiceInteractionSession879 case MSG_CANCEL: in executeMessage()
2290 Landroid/app/ActivityTransitionCoordinator;->MSG_CANCEL:I8265 Landroid/app/Presentation;->MSG_CANCEL:I64609 Landroid/service/voice/VoiceInteractionSession;->MSG_CANCEL:I64956 Landroid/speech/RecognitionService;->MSG_CANCEL:I64999 Landroid/speech/SpeechRecognizer;->MSG_CANCEL:I