OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_CANCEL
(Results
1 - 11
of
11
) 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
:
ExitTransitionCoordinator.java
86
mResultReceiver.send(
MSG_CANCEL
, null);
99
mHandler.removeMessages(
MSG_CANCEL
);
106
case
MSG_CANCEL
:
115
mHandler.removeMessages(
MSG_CANCEL
);
121
mHandler.sendEmptyMessageDelayed(
MSG_CANCEL
, MAX_WAIT_MS);
EnterTransitionCoordinator.java
248
case
MSG_CANCEL
:
303
mResultReceiver.send(
MSG_CANCEL
, null);
ActivityTransitionCoordinator.java
185
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
));
/frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java
58
* {@link #
MSG_CANCEL
} after the client has already finished. This is handled by having
62
* tardy {@link #
MSG_CANCEL
}s. Additionally, we avoid sending duplicate onStopJob()
95
private static final int
MSG_CANCEL
= 3;
235
mCallbackHandler.obtainMessage(
MSG_CANCEL
, reason, 0 /* unused */).sendToTarget();
239
Message m = mCallbackHandler.obtainMessage(
MSG_CANCEL
);
376
case
MSG_CANCEL
:
610
removeMessages(
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
314
session.mHandlerCaller.obtainMessageO(
MSG_CANCEL
, Request.this));
776
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
Completed in 142 milliseconds