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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java274 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, argument
278 c.allocate(context, contactRef);
280 if (DBG) Log.d(LOG_TAG, "starting query for URI: " + contactRef + " handler: " + c.toString());
288 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
314 Uri contactRef;
323 contactRef = Data.CONTENT_URI;
346 contactRef = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number));
352 Log.d(LOG_TAG, "==> contactRef: " + sanitizeUriToString(contactRef));
362 c.allocate(context, contactRef);
410 allocate(Context context, Uri contactRef) argument
[all...]
H A DCallerInfo.java118 * @param contactRef the URI to attach to this CallerInfo object
123 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { argument
169 columnIndex = getColumnIndexForPersonId(contactRef, cursor);
175 Log.w(TAG, "Couldn't find person_id column for " + contactRef);
202 info.contactRefUri = contactRef;
211 * @param contactRef the URI used to lookup caller id
215 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { argument
217 return getCallerInfo(context, contactRef,
218 context.getContentResolver().query(contactRef, null, null, null, null));
415 private static int getColumnIndexForPersonId(Uri contactRef, Curso argument
[all...]

Completed in 41 milliseconds