Home | History | Annotate | Download | only in phone

Lines Matching refs:personUri

371                         Uri personUri = null;
381 personUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, person_id);
384 if (personUri != null) {
387 + personUri);
393 0, mContext, personUri, this, n);