Searched defs:startQuery (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java164 public void startQuery(int token, Object cookie, Uri uri, method in class:AsyncQueryHandler
282 * {@link #startQuery}.
283 * @param cookie the cookie object passed in from {@link #startQuery}.
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java117 * looper queue must be FIFO with respect to input from the synchronous startQuery
260 // new parameter to CallerInfoAsyncQuery.startQuery() to force
287 startQuery(token, endMarker, null, null, null, null, null);
309 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, method in class:CallerInfoAsyncQuery
323 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
339 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, method in class:CallerInfoAsyncQuery
342 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####");
414 c.mHandler.startQuery(token,
438 mHandler.startQuery(token, cw, null, null, null, null, null);

Completed in 119 milliseconds