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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java116 * looper queue must be FIFO with respect to input from the synchronous startQuery
259 // new parameter to CallerInfoAsyncQuery.startQuery() to force
284 startQuery(token, endMarker, null, null, null, null, null);
306 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, method in class:CallerInfoAsyncQuery
320 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
336 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, method in class:CallerInfoAsyncQuery
339 Rlog.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####");
411 c.mHandler.startQuery(token,
435 mHandler.startQuery(token, cw, null, null, null, null, null);
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java203 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP, null,
243 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP, null,
267 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP_AND_TRIGGER, extras,
272 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP_AND_TRIGGER, extras,
/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}.

Completed in 84 milliseconds