Searched refs:PHOTO (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DDefaultPhotoManager.java49 ContactsContract.CommonDataKinds.Photo.PHOTO
52 public static final int PHOTO = 0; field in class:DefaultPhotoManager.PhotoQuery
97 return photoCursor.getBlob(PhotoQuery.PHOTO);
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java665 PHOTO ("p"), enum constant in enum:AbstractMessageParser.Token.Type
965 super(Type.PHOTO, text);
1293 case PHOTO: {
/frameworks/base/core/java/android/provider/
H A DContactsContract.java2014 * new String[] {Contacts.Photo.PHOTO}, null, null, null);
2090 public static final String PHOTO = DATA15; field in class:ContactsContract.Contacts.Photo
2124 ContactsContract.CommonDataKinds.Photo.PHOTO
3315 * values.put(StreamItemPhotos.PHOTO, photoData);
3327 * values.put(StreamItemPhotos.PHOTO, photoData);
3793 * values.put(StreamItemPhotos.PHOTO, photoData);
3809 * values.put(StreamItemPhotos.PHOTO, photoData);
3832 * values.put(StreamItemPhotos.PHOTO, newPhotoData);
3847 * values.put(StreamItemPhotos.PHOTO, newPhotoData);
3964 public static final String PHOTO field in class:ContactsContract.StreamItemPhotos
7158 public static final String PHOTO = DATA15; field in class:ContactsContract.CommonDataKinds.Photo
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java94 PHOTO, enum constant in enum:VCardEntry.EntryLabel
998 builder.withValue(Photo.PHOTO, mBytes);
1051 return EntryLabel.PHOTO;
H A DVCardBuilder.java1305 byte[] data = contentValues.getAsByteArray(Photo.PHOTO);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java1132 .put(Photo.PHOTO, sPhotoByteArray);
1140 .addExpectedNodeWithOrder("PHOTO", null, null, sPhotoByteArray,
H A DVCardImporterTests.java595 .addExpectedNodeWithOrder("PHOTO", null,
676 .put(Photo.PHOTO, sPhotoByteArrayForComplicatedCase);
1269 .addExpectedNodeWithOrder("PHOTO", null,
1279 .addExpectedNodeWithOrder("PHOTO", null,
1361 .addExpectedNodeWithOrder("PHOTO", null,

Completed in 830 milliseconds