OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actionType
(Results
1 - 6
of
6
) sorted by null
/packages/experimental/PrintService/src/foo/bar/printservice/
MyDialogActivity.java
28
final int
actionType
= getIntent().getIntExtra(MyPrintService.INTENT_EXTRA_ACTION_TYPE,
31
if (
actionType
== MyPrintService.ACTION_TYPE_ON_PRINT_JOB_PENDING) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MotionEventReader.java
143
int
actionType
= UNINITIALIZED_ACTION;
163
actionType
= MotionEvent.ACTION_UP;
165
actionType
= MotionEvent.ACTION_DOWN;
167
actionType
= MotionEvent.ACTION_MOVE;
173
if (
actionType
== UNINITIALIZED_ACTION) {
174
Log.e(TAG, "no
actionType
assigned in MotionEvent json");
180
readEmbeddedMotionEvent(jsonReader, replayData,
actionType
);
192
&& y != UNINITIALIZED_INT &&
actionType
!= UNINITIALIZED_ACTION
209
addMotionEventData(replayData,
actionType
, time, pointerPropertiesArray,
215
final int
actionType
) throws IOException
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java
62
String
actionType
= intent.getAction();
66
if (
actionType
.equals(Stopwatches.START_STOPWATCH)) {
74
} else if (
actionType
.equals(Stopwatches.LAP_STOPWATCH)) {
83
} else if (
actionType
.equals(Stopwatches.STOP_STOPWATCH)) {
91
} else if (
actionType
.equals(Stopwatches.RESET_STOPWATCH)) {
96
} else if (
actionType
.equals(Stopwatches.RESET_AND_LAUNCH_STOPWATCH)) {
102
} else if (
actionType
.equals(Stopwatches.SHARE_STOPWATCH)) {
113
} else if (
actionType
.equals(Stopwatches.SHOW_NOTIF)) {
119
} else if (
actionType
.equals(Stopwatches.KILL_NOTIF)) {
/packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java
52
String
actionType
= intent.getAction();
54
if (Timers.NOTIF_IN_USE_CANCEL.equals(
actionType
)) {
67
if (Timers.NOTIF_IN_USE_SHOW.equals(
actionType
)) {
70
} else if (Timers.NOTIF_TIMES_UP_SHOW.equals(
actionType
)) {
73
} else if (Timers.NOTIF_TIMES_UP_CANCEL.equals(
actionType
)) {
88
Log.d(TAG, "OnReceive:intent without Timer data for " +
actionType
);
93
if (Timers.TIMES_UP.equals(
actionType
)) {
121
} else if (Timers.TIMER_RESET.equals(
actionType
)
122
|| Timers.DELETE_TIMER.equals(
actionType
)
123
|| Timers.TIMER_DONE.equals(
actionType
)) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 85 milliseconds