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

  /frameworks/base/core/java/android/app/
Presentation.java 144 private static final int MSG_CANCEL = 1;
218 mHandler.sendEmptyMessage(MSG_CANCEL);
349 case MSG_CANCEL:
ActivityTransitionCoordinator.java 184 public static final int MSG_CANCEL = 106;
    [all...]
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 45 private static final int MSG_CANCEL = 2;
133 case MSG_CANCEL:
239 Message.obtain(mHandler, MSG_CANCEL,
  /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));
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 56 * {@link #MSG_CANCEL} after the client has already finished. This is handled by having
60 * tardy {@link #MSG_CANCEL}s. Additionally, we avoid sending duplicate onStopJob()
93 private static final int MSG_CANCEL = 3;
201 mCallbackHandler.obtainMessage(MSG_CANCEL).sendToTarget();
328 case MSG_CANCEL:
549 removeMessages(MSG_CANCEL);
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 294 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));
756 static final int MSG_CANCEL = 7;
    [all...]

Completed in 99 milliseconds