Searched refs:MSG_CANCEL (Results 1 – 9 of 9) sorted by relevance
144 private static final int MSG_CANCEL = 1; field in Presentation218 mHandler.sendEmptyMessage(MSG_CANCEL); in onStart()347 case MSG_CANCEL:
93 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()
238 case MSG_CANCEL: in onReceiveResult()
183 public static final int MSG_CANCEL = 106; field in ActivityTransitionCoordinator
71 private static final int MSG_CANCEL = 3; field in RecognitionService86 case MSG_CANCEL:103 mHandler.sendMessage(mHandler.obtainMessage(MSG_CANCEL, listener)); in dispatchStartListening()354 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()
60 private final int MSG_CANCEL = 3; field in FaceUnlock107 mHandler.sendEmptyMessage(MSG_CANCEL); in stopAndShowBackup()218 case MSG_CANCEL: in handleMessage()438 mHandler.sendEmptyMessage(MSG_CANCEL);
93 private static final int MSG_CANCEL = 3; field in JobServiceContext199 mCallbackHandler.obtainMessage(MSG_CANCEL).sendToTarget(); in cancelExecutingJob()326 case MSG_CANCEL: in handleMessage()547 removeMessages(MSG_CANCEL); in closeAndCleanupJobH()
182 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));277 static final int MSG_CANCEL = 6; field in VoiceInteractionSession322 case MSG_CANCEL: in executeMessage()