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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java162 * @param contactRef the URI to attach to this CallerInfo object
167 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { argument
219 columnIndex = getColumnIndexForPersonId(contactRef, cursor);
230 Rlog.w(TAG, "Couldn't find contact_id column for " + contactRef);
272 info.contactRefUri = contactRef;
281 * @param contactRef the URI used to lookup caller id
285 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { argument
290 info = getCallerInfo(context, contactRef,
291 cr.query(contactRef, null, null, null, null));
487 private static int getColumnIndexForPersonId(Uri contactRef, Curso argument
[all...]
H A DCallerInfoAsyncQuery.java357 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, argument
361 c.allocate(context, contactRef);
363 if (DBG) Rlog.d(LOG_TAG, "starting query for URI: " + contactRef + " handler: " + c.toString());
371 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
416 final Uri contactRef = PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI.buildUpon()
423 Rlog.d(LOG_TAG, "==> contactRef: " + sanitizeUriToString(contactRef));
427 c.allocate(context, contactRef);
447 contactRef, // uri
476 private void allocate(Context context, Uri contactRef) { argument
[all...]

Completed in 77 milliseconds