HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_ARG_QUERY (Results 1 - 2 of 2) 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:

Completed in 596 milliseconds