/frameworks/base/core/java/com/google/android/util/ |
D | AbstractMessageParser.java | 213 Photo photo = Photo.matchURL(url, text); in tokenForUrl() 953 public static class Photo extends Token { class in AbstractMessageParser 964 public Photo(String user, String album, String photo, String text) { in Photo() method in AbstractMessageParser.Photo 979 public static Photo matchURL(String url, String text) { in matchURL() 982 return new Photo(m.group(1), m.group(2), m.group(3), text); in matchURL() 1296 html.append(Photo.getAlbumURL( in toHtml() 1297 ((Photo)token).getUser(), ((Photo)token).getAlbum())); in toHtml() 1306 Photo p = (Photo) token; in toHtml()
|
/frameworks/base/docs/html/training/camera/ |
D | photobasics.jd | 18 <li><a href="#TaskCaptureIntent">Take a Photo with the Camera App</a></li> 19 <li><a href="#TaskPhotoView">View the Photo</a></li> 20 <li><a href="#TaskPath">Save the Photo</a></li> 21 <li><a href="#TaskGallery">Add the Photo to a Gallery</a></li> 78 <h2 id="TaskCaptureIntent">Take a Photo with the Camera App</h2> 111 <h2 id="TaskPhotoView">View the Photo</h2> 135 <h2 id="TaskPath">Save the Photo</h2> 204 <h2 id="TaskGallery">Add the Photo to a Gallery</h2>
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardComposer.java | 34 import android.provider.ContactsContract.CommonDataKinds.Photo; 597 builder.appendPhotos(contentValuesListMap.get(Photo.CONTENT_ITEM_TYPE)); in buildVCard()
|
D | VCardEntry.java | 34 import android.provider.ContactsContract.CommonDataKinds.Photo; 995 builder.withValueBackReference(Photo.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation() 996 builder.withValue(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in constructInsertOperation() 997 builder.withValue(Photo.PHOTO, mBytes); in constructInsertOperation() 999 builder.withValue(Photo.IS_PRIMARY, 1); in constructInsertOperation()
|
D | VCardBuilder.java | 26 import android.provider.ContactsContract.CommonDataKinds.Photo; 1339 byte[] data = contentValues.getAsByteArray(Photo.PHOTO); in appendPhotos()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 1920 public static final class Photo implements BaseColumns, DataColumnsWithJoins { class in ContactsContract.Contacts 1924 private Photo() {} in Photo() method in ContactsContract.Contacts.Photo 1967 Contacts.Photo.DISPLAY_PHOTO); in openContactPhotoInputStream() 1977 Uri photoUri = Uri.withAppendedPath(contactUri, Photo.CONTENT_DIRECTORY); in openContactPhotoInputStream() 1983 ContactsContract.CommonDataKinds.Photo.PHOTO in openContactPhotoInputStream() 6557 public static final class Photo implements DataColumnsWithJoins { class in ContactsContract.CommonDataKinds 6561 private Photo() {} in Photo() method in ContactsContract.CommonDataKinds.Photo
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | display-contact-badge.jd | 192 from the {@link android.provider.ContactsContract.Contacts.Photo Contacts.Photo} subtable. 265 * Contacts.Photo. 269 contactUri, Photo.CONTENT_DIRECTORY);
|
/frameworks/base/docs/html/training/design-navigation/ |
D | wireframing.jd | 39 …Photo List</em>, and <em>Saved Item List</em>) can be grouped together using tabs. Note that we do…
|
D | screen-planning.jd | 48 <li>Photo detail view (from which we can save and share)</li>
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterTests.java | 26 import android.provider.ContactsContract.CommonDataKinds.Photo; 674 elem.addExpected(Photo.CONTENT_ITEM_TYPE) in testV21ComplicatedCase() 676 .put(Photo.PHOTO, sPhotoByteArrayForComplicatedCase); in testV21ComplicatedCase()
|
D | VCardExporterTests.java | 33 import android.provider.ContactsContract.CommonDataKinds.Photo; 1131 entry.addContentValues(Photo.CONTENT_ITEM_TYPE) in testPhotoCommon() 1132 .put(Photo.PHOTO, sPhotoByteArray); in testPhotoCommon()
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
D | BaseRecipientAdapter.java | 33 import android.provider.ContactsContract.CommonDataKinds.Photo; 115 Photo.PHOTO
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 434 <td>{@link android.provider.ContactsContract.CommonDataKinds.Photo}</td> 1930 {@link android.provider.ContactsContract.StreamItems} table. Photo references are stored in the 2309 <li>Photo features</li> 2335 {@link android.provider.ContactsContract.CommonDataKinds.Photo#CONTENT_ITEM_TYPE 2336 Photo.CONTENT_ITEM_TYPE}. The row's 2339 The class {@link android.provider.ContactsContract.Contacts.Photo} defines a sub-table of 2347 The reference documentation for {@link android.provider.ContactsContract.Contacts.Photo} and 2353 {@link android.provider.ContactsContract.CommonDataKinds.Photo#CONTENT_ITEM_TYPE 2354 Photo.CONTENT_ITEM_TYPE}, and the {@link android.provider.ContactsContract.Data#IS_PRIMARY}
|
/frameworks/base/docs/html/sdk/api_diff/5/ |
D | missingSinces.txt | 17 NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Photo Class 26 NO DOC BLOCK: android.provider.ContactsContract.Contacts.Photo Class
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 411 <div style="padding-bottom:1.25em;margin-top:0;padding-top:0;font-size:.9em">A Photo Gallery widget
|
D | android-4.0.jd | 149 photo in the usual {@link android.provider.ContactsContract.CommonDataKinds.Photo#PHOTO} column of a
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1862 http://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Photo.html 1881 http://developer.android.com/reference/android/provider/ContactsContract.Contacts.Photo.html 5033 …developer.android.com/sdk/api_diff/11/changes/android.provider.ContactsContract.Contacts.Photo.html 6171 …er.android.com/sdk/api_diff/14/changes/android.provider.ContactsContract.CommonDataKinds.Photo.html 6173 …developer.android.com/sdk/api_diff/14/changes/android.provider.ContactsContract.Contacts.Photo.html
|
/frameworks/base/api/ |
D | current.txt | 18950 …public static final class ContactsContract.CommonDataKinds.Photo implements android.provider.Conta… 19092 …public static final class ContactsContract.Contacts.Photo implements android.provider.BaseColumns …
|