Home
last modified time | relevance | path

Searched refs:Photo (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java213 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/
Dphotobasics.jd18 <li><a href="#TaskCaptureIntent">Take a Photo with the Camera App</a></li>
20 <li><a href="#TaskPath">Save the Full-size Photo</a></li>
21 <li><a href="#TaskGallery">Add the Photo to a Gallery</a></li>
79 <h2 id="TaskCaptureIntent">Take a Photo with the Camera App</h2>
136 <h2 id="TaskPath">Save the Full-size Photo</h2>
237 <h2 id="TaskGallery">Add the Photo to a Gallery</h2>
/frameworks/opt/chips/src/com/android/ex/chips/
DDefaultPhotoManager.java49 ContactsContract.CommonDataKinds.Photo.PHOTO
/frameworks/base/docs/html/training/printing/
Dindex.jd48 <strong><a href="photos.html">Printing a Photo</a></strong>
/frameworks/opt/vcard/java/com/android/vcard/
DVCardComposer.java34 import android.provider.ContactsContract.CommonDataKinds.Photo;
611 builder.appendPhotos(contentValuesListMap.get(Photo.CONTENT_ITEM_TYPE)); in buildVCard()
DVCardEntry.java34 import android.provider.ContactsContract.CommonDataKinds.Photo;
996 builder.withValueBackReference(Photo.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
997 builder.withValue(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in constructInsertOperation()
998 builder.withValue(Photo.PHOTO, mBytes); in constructInsertOperation()
1000 builder.withValue(Photo.IS_PRIMARY, 1); in constructInsertOperation()
DVCardBuilder.java26 import android.provider.ContactsContract.CommonDataKinds.Photo;
1305 byte[] data = contentValues.getAsByteArray(Photo.PHOTO); in appendPhotos()
/frameworks/base/core/java/android/provider/
DContactsContract.java1957 public static final class Photo implements BaseColumns, DataColumnsWithJoins { class in ContactsContract.Contacts
1961 private Photo() {} in Photo() method in ContactsContract.Contacts.Photo
2004 Contacts.Photo.DISPLAY_PHOTO); in openContactPhotoInputStream()
2014 Uri photoUri = Uri.withAppendedPath(contactUri, Photo.CONTENT_DIRECTORY); in openContactPhotoInputStream()
2020 ContactsContract.CommonDataKinds.Photo.PHOTO in openContactPhotoInputStream()
6981 public static final class Photo implements DataColumnsWithJoins, ContactCounts { class in ContactsContract.CommonDataKinds
6985 private Photo() {} in Photo() method in ContactsContract.CommonDataKinds.Photo
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd192 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/
Dwireframing.jd39Photo List</em>, and <em>Saved Item List</em>) can be grouped together using tabs. Note that we do…
Dscreen-planning.jd48 <li>Photo detail view (from which we can save and share)</li>
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardImporterTests.java26 import android.provider.ContactsContract.CommonDataKinds.Photo;
674 elem.addExpected(Photo.CONTENT_ITEM_TYPE) in testV21ComplicatedCase()
676 .put(Photo.PHOTO, sPhotoByteArrayForComplicatedCase); in testV21ComplicatedCase()
DVCardExporterTests.java33 import android.provider.ContactsContract.CommonDataKinds.Photo;
1131 entry.addContentValues(Photo.CONTENT_ITEM_TYPE) in testPhotoCommon()
1132 .put(Photo.PHOTO, sPhotoByteArray); in testPhotoCommon()
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd434 <td>{@link android.provider.ContactsContract.CommonDataKinds.Photo}</td>
1930 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/design/wear/
Dpatterns.jd31 … opportunity for cards to be recognized as coming from a specific source. Photo backgrounds should…
/frameworks/base/docs/html/about/versions/
Dandroid-5.0-changes.jd574 Simply: Take a Photo with the Camera App</a>.</p>
Dandroid-4.0-highlights.jd411 <div style="padding-bottom:1.25em;margin-top:0;padding-top:0;font-size:.9em">A Photo Gallery widget
Dandroid-4.0.jd149 photo in the usual {@link android.provider.ContactsContract.CommonDataKinds.Photo#PHOTO} column of a
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1316 NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Photo Field EXTRA_ADDRESS_BOOK_INDEX
1334 NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Photo Field EXTRA_ADDRESS_BOOK_INDE…
1352 NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Photo Field EXTRA_ADDRESS_BOOK_INDE…
/frameworks/base/docs/html/
Dsitemap.txt1861 http://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Photo.html
1880 http://developer.android.com/reference/android/provider/ContactsContract.Contacts.Photo.html
5032 …developer.android.com/sdk/api_diff/11/changes/android.provider.ContactsContract.Contacts.Photo.html
6170 …er.android.com/sdk/api_diff/14/changes/android.provider.ContactsContract.CommonDataKinds.Photo.html
6172 …developer.android.com/sdk/api_diff/14/changes/android.provider.ContactsContract.Contacts.Photo.html
/frameworks/base/api/
Dcurrent.txt25384 …public static final class ContactsContract.CommonDataKinds.Photo implements android.provider.Conta…
25561 …public static final class ContactsContract.Contacts.Photo implements android.provider.BaseColumns …
Dsystem-current.txt27340 …public static final class ContactsContract.CommonDataKinds.Photo implements android.provider.Conta…
27517 …public static final class ContactsContract.Contacts.Photo implements android.provider.BaseColumns …