Home | History | Annotate | Download | only in provider

Lines Matching refs:displayPhotoUri

1897          *     Uri displayPhotoUri = Uri.withAppendedPath(contactUri, Contacts.Photo.DISPLAY_PHOTO);
1900 * getContentResolver().openAssetFileDescriptor(displayPhotoUri, "r");
1966 final Uri displayPhotoUri = Uri.withAppendedPath(contactUri,
1970 AssetFileDescriptor fd = cr.openAssetFileDescriptor(displayPhotoUri, "r");
7893 * Uri displayPhotoUri = ContentUris.withAppendedId(DisplayPhoto.CONTENT_URI, photoKey);
7896 * displayPhotoUri, "r");