Lines Matching refs:contactRef
172 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo() argument
176 info.contactRefUri = contactRef; in getCallerInfo()
207 PhoneNumberHelper.updateCursorToMatchContactLookupUri(cursor, columnIndex, contactRef); in getCallerInfo()
247 columnIndex = getColumnIndexForPersonId(contactRef, cursor); in getCallerInfo()
256 Log.v(TAG, "Couldn't find contactId column for " + contactRef); in getCallerInfo()
293 contactRef == null in getCallerInfo()
295 : contactRef.getQueryParameter(ContactsContract.DIRECTORY_PARAM_KEY); in getCallerInfo()
322 private static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo() argument
326 contactRef, in getCallerInfo()
327 context.getContentResolver().query(contactRef, null, null, null, null)); in getCallerInfo()
383 private static int getColumnIndexForPersonId(Uri contactRef, Cursor cursor) { in getColumnIndexForPersonId() argument
402 Log.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '" + contactRef + "'..."); in getColumnIndexForPersonId()
407 String url = contactRef.toString(); in getColumnIndexForPersonId()