Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java215 Photo photo = Photo.matchURL(url, text); in tokenForUrl()
967 public static class Photo extends Token { class in AbstractMessageParser
978 public Photo(String user, String album, String photo, String text) { in Photo() method in AbstractMessageParser.Photo
993 public static Photo matchURL(String url, String text) { in matchURL()
996 return new Photo(m.group(1), m.group(2), m.group(3), text); in matchURL()
1310 html.append(Photo.getAlbumURL( in toHtml()
1311 ((Photo)token).getUser(), ((Photo)token).getAlbum())); in toHtml()
1320 Photo p = (Photo) token; in toHtml()
/aosp14/frameworks/base/core/java/android/provider/
H A DContactsContract.java2165 public static final class Photo implements BaseColumns, DataColumnsWithJoins { class in ContactsContract.Contacts
2169 private Photo() {} in Photo() method in ContactsContract.Contacts.Photo
2212 Contacts.Photo.DISPLAY_PHOTO); in openContactPhotoInputStream()
2223 Uri photoUri = Uri.withAppendedPath(contactUri, Photo.CONTENT_DIRECTORY); in openContactPhotoInputStream()
2229 ContactsContract.CommonDataKinds.Photo.PHOTO in openContactPhotoInputStream()
7482 public static final class Photo implements DataColumnsWithJoins, ContactCounts { class in ContactsContract.CommonDataKinds
7486 private Photo() {} in Photo() method in ContactsContract.CommonDataKinds.Photo
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt36197 …public static final class ContactsContract.CommonDataKinds.Photo implements android.provider.Conta…
36377 …public static final class ContactsContract.Contacts.Photo implements android.provider.BaseColumns …
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41739 Landroid/provider/ContactsContract$CommonDataKinds$Photo;-><init>()V
41758 Landroid/provider/ContactsContract$Contacts$Photo;-><init>()V