HomeSort by relevance Sort by last modified time
    Searched defs:contactRef (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 358 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
362 c.allocate(context, contactRef);
364 if (DBG) Rlog.d(LOG_TAG, "starting query for URI: " + contactRef + " handler: " + c.toString());
372 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
417 final Uri contactRef = PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI.buildUpon()
424 Rlog.d(LOG_TAG, "==> contactRef: " + sanitizeUriToString(contactRef));
428 c.allocate(context, contactRef);
448 contactRef, // uri
477 private void allocate(Context context, Uri contactRef) {
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoAsyncQuery.java 346 final Uri contactRef = PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI.buildUpon()
353 Log.d(LOG_TAG, "==> contactRef: " + sanitizeUriToString(contactRef));
357 c.allocate(context, contactRef);
377 contactRef, // uri
389 private void allocate(Context context, Uri contactRef) {
390 if ((context == null) || (contactRef == null)){
395 mHandler.mQueryUri = contactRef;

Completed in 522 milliseconds