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

/frameworks/base/core/java/android/app/
H A DPresentation.java152 private static final int MSG_CANCEL = 1; field in class:Presentation
232 mHandler.sendEmptyMessage(MSG_CANCEL);
363 case MSG_CANCEL:
H A DExitTransitionCoordinator.java88 mResultReceiver.send(MSG_CANCEL, null);
101 mHandler.removeMessages(MSG_CANCEL);
108 case MSG_CANCEL:
117 mHandler.removeMessages(MSG_CANCEL);
123 mHandler.sendEmptyMessageDelayed(MSG_CANCEL, MAX_WAIT_MS);
H A DEnterTransitionCoordinator.java249 case MSG_CANCEL:
304 mResultReceiver.send(MSG_CANCEL, null);
H A DActivityTransitionCoordinator.java189 public static final int MSG_CANCEL = 106; field in class:ActivityTransitionCoordinator
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java72 private static final int MSG_CANCEL = 3; field in class:RecognitionService
87 case MSG_CANCEL:
105 mHandler.sendMessage(mHandler.obtainMessage(MSG_CANCEL, listener));
368 MSG_CANCEL, listener));
H A DSpeechRecognizer.java110 private final static int MSG_CANCEL = 3; field in class:SpeechRecognizer
136 case MSG_CANCEL:
320 putMessage(Message.obtain(mHandler, MSG_CANCEL));
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java317 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));
783 static final int MSG_CANCEL = 7; field in class:VoiceInteractionSession
827 case MSG_CANCEL:

Completed in 398 milliseconds