Home | History | Annotate | Download | only in provider

Lines Matching refs:displayPhotoUri

1932          *     Uri displayPhotoUri = Uri.withAppendedPath(contactUri, Contacts.Photo.DISPLAY_PHOTO);
1935 * getContentResolver().openAssetFileDescriptor(displayPhotoUri, "r");
2001 final Uri displayPhotoUri = Uri.withAppendedPath(contactUri,
2005 AssetFileDescriptor fd = cr.openAssetFileDescriptor(displayPhotoUri, "r");
8292 * Uri displayPhotoUri = ContentUris.withAppendedId(DisplayPhoto.CONTENT_URI, photoKey);
8295 * displayPhotoUri, "r");