Home
last modified time | relevance | path

Searched refs:StreamItemPhotos (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsDatabaseHelperUpgradeTest.java38 import android.provider.ContactsContract.StreamItemPhotos;
310 new TableColumn(StreamItemPhotos._ID, INTEGER, false, null),
311 new TableColumn(StreamItemPhotos.STREAM_ITEM_ID, INTEGER, true, null),
312 new TableColumn(StreamItemPhotos.SORT_INDEX, INTEGER, false, null),
313 new TableColumn(StreamItemPhotos.PHOTO_FILE_ID, INTEGER, true, null),
314 new TableColumn(StreamItemPhotos.SYNC1, TEXT, false, null),
315 new TableColumn(StreamItemPhotos.SYNC2, TEXT, false, null),
316 new TableColumn(StreamItemPhotos.SYNC3, TEXT, false, null),
317 new TableColumn(StreamItemPhotos.SYNC4, TEXT, false, null),
H A DContactsProvider2Test.java68 import android.provider.ContactsContract.StreamItemPhotos;
5517 StreamItems.StreamItemPhotos.CONTENT_DIRECTORY), in testInsertStreamItemsAndPhotosInBatch()
5518 new String[]{StreamItemPhotos._ID, StreamItemPhotos.PHOTO_URI}, in testInsertStreamItemsAndPhotosInBatch()
5676 new String[]{StreamItemPhotos._ID}, in testDeleteStreamItemPhotoById()
5697 StreamItems.StreamItemPhotos.CONTENT_DIRECTORY); in testDeleteStreamItemPhotoWithSelection()
5802 values.put(StreamItemPhotos.SORT_INDEX, sortIndex); in buildGenericStreamItemPhotoValues()
5803 values.put(StreamItemPhotos.PHOTO, in buildGenericStreamItemPhotoValues()
7240 StreamItemPhotos.PHOTO_FILE_ID); in testPhotoStoreCleanup()
7274 StreamItems.StreamItemPhotos.CONTENT_DIRECTORY), in testPhotoStoreCleanup()
7307 StreamItemPhotos.PHOTO_FILE_ID); in testPhotoStoreCleanupForProfile()
[all …]
H A DBaseContactsProvider2Test.java489 StreamItems.StreamItemPhotos.CONTENT_DIRECTORY), account), in insertStreamItemPhoto()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java78 import android.provider.ContactsContract.StreamItemPhotos;
680 + StreamItemPhotos.STREAM_ITEM_ID;
682 Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SORT_INDEX;
684 + StreamItemPhotos.PHOTO_FILE_ID;
1357 StreamItemPhotos.STREAM_ITEM_ID + " INTEGER NOT NULL, " + in onCreate()
1358 StreamItemPhotos.SORT_INDEX + " INTEGER, " + in onCreate()
1359 StreamItemPhotos.PHOTO_FILE_ID + " INTEGER NOT NULL, " + in onCreate()
1360 StreamItemPhotos.SYNC1 + " TEXT, " + in onCreate()
1361 StreamItemPhotos.SYNC2 + " TEXT, " + in onCreate()
1362 StreamItemPhotos.SYNC3 + " TEXT, " + in onCreate()
[all …]
H A DContactsProvider2.java113 import android.provider.ContactsContract.StreamItemPhotos;
1092 .add(StreamItemPhotos.STREAM_ITEM_ID)
1093 .add(StreamItemPhotos.SORT_INDEX)
1094 .add(StreamItemPhotos.PHOTO_FILE_ID)
1095 .add(StreamItemPhotos.PHOTO_URI,
1100 .add(StreamItemPhotos.SYNC1)
1101 .add(StreamItemPhotos.SYNC2)
1102 .add(StreamItemPhotos.SYNC3)
1103 .add(StreamItemPhotos.SYNC4)
1947 StreamItemPhotos.PHOTO_FILE_ID in cleanupPhotoStore()
[all …]
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java3599 public static final class StreamItemPhotos class in ContactsContract.StreamItems
3608 private StreamItemPhotos() { in StreamItemPhotos() method in ContactsContract.StreamItems.StreamItemPhotos
4043 public static final class StreamItemPhotos implements BaseColumns, StreamItemPhotosColumns { class in ContactsContract
4051 private StreamItemPhotos() { in StreamItemPhotos() method in ContactsContract.StreamItemPhotos
/aosp12/frameworks/base/core/api/
H A Dremoved.txt384 …@Deprecated public static final class ContactsContract.StreamItemPhotos implements android.provide…
412 …@Deprecated public static final class ContactsContract.StreamItems.StreamItemPhotos implements and…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24688 …public static final deprecated class ContactsContract.StreamItemPhotos implements android.provider…
24712 …public static final deprecated class ContactsContract.StreamItems.StreamItemPhotos implements andr…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45145 Landroid/provider/ContactsContract$StreamItemPhotos;-><init>()V
45146 Landroid/provider/ContactsContract$StreamItems$StreamItemPhotos;-><init>()V