Home | History | Annotate | Download | only in ui

Lines Matching refs:contactUri

105      * @param contactUri The contact Uri to load
108 public static ContactDetailFragment newInstance(Uri contactUri) {
114 args.putParcelable(EXTRA_CONTACT_URI, contactUri);
312 // If contactUri is null the edit menu item should be hidden, otherwise
534 * @param contactUri The Uri of the contact containing the image.
539 private Bitmap loadContactPhoto(Uri contactUri, int imageSize) {
560 Uri displayImageUri = Uri.withAppendedPath(contactUri, Photo.DISPLAY_PHOTO);
577 Log.d(TAG, "Contact photo not found for contact " + contactUri.toString()
600 Uri imageUri = Uri.withAppendedPath(contactUri, Photo.CONTENT_DIRECTORY);
619 Log.d(TAG, "Contact photo not found for contact " + contactUri.toString()