Searched defs:Photos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContacts.java592 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
594 values.put(Photos.DATA, data);
606 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
607 Cursor cursor = cr.query(photoUri, new String[]{Photos.DATA}, null, null, null);
1805 * Columns from the Photos table that other columns join into themselves.
1867 public static final class Photos implements BaseColumns, PhotosColumns { class in class:Contacts
1871 private Photos() {} method in class:Contacts.Photos

Completed in 23 milliseconds