HomeSort by relevance Sort by last modified time
    Searched refs:MSG_CANCEL (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/app/
Presentation.java 152 private static final int MSG_CANCEL = 1;
232 mHandler.sendEmptyMessage(MSG_CANCEL);
363 case MSG_CANCEL:
ExitTransitionCoordinator.java 88 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);
EnterTransitionCoordinator.java 249 case MSG_CANCEL:
304 mResultReceiver.send(MSG_CANCEL, null);
ActivityTransitionCoordinator.java 189 public static final int MSG_CANCEL = 106;
    [all...]
  /frameworks/base/core/java/android/speech/
RecognitionService.java 72 private static final int MSG_CANCEL = 3;
87 case MSG_CANCEL:
105 mHandler.sendMessage(mHandler.obtainMessage(MSG_CANCEL, listener));
368 MSG_CANCEL, listener));
SpeechRecognizer.java 110 private final static int MSG_CANCEL = 3;
136 case MSG_CANCEL:
320 putMessage(Message.obtain(mHandler, MSG_CANCEL));
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 47 private static final int MSG_CANCEL = 2;
166 case MSG_CANCEL:
293 Message.obtain(sHandler, MSG_CANCEL,
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 306 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));
772 static final int MSG_CANCEL = 7;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 481 milliseconds