Searched refs:MSG_CANCEL (Results 1 – 8 of 8) sorted by relevance
144 private static final int MSG_CANCEL = 1; field in Presentation218 mHandler.sendEmptyMessage(MSG_CANCEL); in onStart()349 case MSG_CANCEL:
83 mResultReceiver.send(MSG_CANCEL, null); in onReceiveResult()96 mHandler.removeMessages(MSG_CANCEL); in onReceiveResult()103 case MSG_CANCEL: in onReceiveResult()112 mHandler.removeMessages(MSG_CANCEL); in stopCancel()118 mHandler.sendEmptyMessageDelayed(MSG_CANCEL, MAX_WAIT_MS); in delayCancel()
242 case MSG_CANCEL: in onReceiveResult()297 mResultReceiver.send(MSG_CANCEL, null); in forceViewsToAppear()
185 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()368 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()
95 private static final int MSG_CANCEL = 3; field in JobServiceContext235 mCallbackHandler.obtainMessage(MSG_CANCEL, reason, 0 /* unused */).sendToTarget(); in cancelExecutingJob()239 Message m = mCallbackHandler.obtainMessage(MSG_CANCEL); in preemptExecutingJob()376 case MSG_CANCEL: in handleMessage()610 removeMessages(MSG_CANCEL); in closeAndCleanupJobH()
314 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));776 static final int MSG_CANCEL = 7; field in VoiceInteractionSession820 case MSG_CANCEL: in executeMessage()