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

/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java213 Photo photo = Photo.matchURL(url, text);
953 public static class Photo extends Token { class in class:AbstractMessageParser
964 public Photo(String user, String album, String photo, String text) { method in class:AbstractMessageParser.Photo
978 /** Returns a Photo object if the given url is to a photo or album. */
979 public static Photo matchURL(String url, String text) {
982 return new Photo(m.group(1), m.group(2), m.group(3), text);
1296 html.append(Photo.getAlbumURL(
1297 ((Photo)token).getUser(), ((Photo)toke
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java879 * Photo file ID of the full-size photo. If present, this will be used to populate
1268 * {@link CommonDataKinds.Photo#CONTENT_ITEM_TYPE}. The value of this field
1270 * {@link CommonDataKinds.Photo#IS_SUPER_PRIMARY} field of the data rows of
1859 * Uri photoUri = Uri.withAppendedPath(contactUri, Contacts.Photo.CONTENT_DIRECTORY);
1861 * new String[] {Contacts.Photo.PHOTO}, null, null, null);
1884 * Uri displayPhotoUri = Uri.withAppendedPath(contactUri, Contacts.Photo.DISPLAY_PHOTO);
1907 public static final class Photo implements BaseColumns, DataColumnsWithJoins { class in class:ContactsContract.Contacts
1911 private Photo() {} method in class:ContactsContract.Contacts.Photo
1954 Contacts.Photo.DISPLAY_PHOTO);
1964 Uri photoUri = Uri.withAppendedPath(contactUri, Photo
6429 public static final class Photo implements DataColumnsWithJoins { class in class:ContactsContract.CommonDataKinds
6433 private Photo() {} method in class:ContactsContract.CommonDataKinds.Photo
[all...]

Completed in 111 milliseconds