OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_ARG_QUERY
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/content/
AsyncQueryHandler.java
37
private static final int
EVENT_ARG_QUERY
= 1;
76
case
EVENT_ARG_QUERY
:
88
Log.w(TAG, "Exception thrown during handling
EVENT_ARG_QUERY
", e);
169
msg.arg1 =
EVENT_ARG_QUERY
;
343
case
EVENT_ARG_QUERY
:
/packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java
60
static final int
EVENT_ARG_QUERY
= 1;
83
case Operation.
EVENT_ARG_QUERY
:
172
info.op = Operation.
EVENT_ARG_QUERY
;
411
case Operation.
EVENT_ARG_QUERY
:
AsyncQueryServiceHelper.java
284
case Operation.
EVENT_ARG_QUERY
:
/packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java
111
work[index].op = Operation.
EVENT_ARG_QUERY
;
499
assertEquals(mWork[mIndex].op, Operation.
EVENT_ARG_QUERY
);
604
assertEquals(mWork[index].op, Operation.
EVENT_ARG_QUERY
);
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 292 milliseconds