Home | History | Annotate | Download | only in provider

Lines Matching refs:photoUri

593             Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
596 cr.update(photoUri, values, null, null);
607 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
608 Cursor cursor = cr.query(photoUri, new String[]{Photos.DATA}, null, null, null);