Searched refs:EVENT_ARG_QUERY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java37 private static final int EVENT_ARG_QUERY = 1; field in class:AsyncQueryHandler
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:

Completed in 480 milliseconds