Lines Matching defs:contactRef
304 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
308 c.allocate(context, contactRef);
310 Log.d(LOG_TAG, "starting query for URI: " + contactRef + " handler: " + c.toString());
318 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
342 Uri contactRef;
351 contactRef = Data.CONTENT_URI;
374 contactRef = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number));
380 Log.d(LOG_TAG, "==> contactRef: " + sanitizeUriToString(contactRef));
390 c.allocate(context, contactRef);
409 contactRef, // uri
438 private void allocate(Context context, Uri contactRef) {
439 if ((context == null) || (contactRef == null)){
444 mHandler.mQueryUri = contactRef;