Home
last modified time | relevance | path

Searched refs:PHOTO_FILE_ID (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForPhoto.java119 values.putNull(Photo.PHOTO_FILE_ID); in preProcessPhoto()
153 values.put(Photo.PHOTO_FILE_ID, photoFileId); in processPhoto()
155 values.putNull(Photo.PHOTO_FILE_ID); in processPhoto()
H A DContactsProvider2.java619 .add(Contacts.PHOTO_FILE_ID)
928 .add(PhoneLookup.PHOTO_FILE_ID, "contacts_view." + Contacts.PHOTO_FILE_ID)
1094 .add(StreamItemPhotos.PHOTO_FILE_ID)
1925 Cursor c = db.query(Views.DATA, new String[] {Data._ID, Photo.PHOTO_FILE_ID}, in cleanupPhotoStore()
1947 StreamItemPhotos.PHOTO_FILE_ID in cleanupPhotoStore()
1979 updateValues.putNull(Photo.PHOTO_FILE_ID); in cleanupPhotoStore()
3119 values.put(StreamItemPhotos.PHOTO_FILE_ID, photoFileId); in processStreamItemPhoto()
8606 new String[] {Contacts.PHOTO_FILE_ID}, in openAssetFileInner()
8709 String[] projection = new String[] {Data._ID, Photo.PHOTO_FILE_ID}; in openAssetFileInner()
9037 updateValues.put(Photo.PHOTO_FILE_ID, photoFileId); in doInBackground()
[all …]
H A DContactsDatabaseHelper.java428 + Contacts.PHOTO_FILE_ID;
684 + StreamItemPhotos.PHOTO_FILE_ID;
1249 Contacts.PHOTO_FILE_ID + " INTEGER REFERENCES photo_files(_id)," + in onCreate()
1359 StreamItemPhotos.PHOTO_FILE_ID + " INTEGER NOT NULL, " + in onCreate()
1919 + Contacts.PHOTO_FILE_ID + ", " in createContactsViews()
2202 return "(CASE WHEN " + Contacts.PHOTO_FILE_ID + " IS NULL THEN (CASE WHEN " in buildDisplayPhotoUriAlias()
2209 + Contacts.PHOTO_FILE_ID + " END)" in buildDisplayPhotoUriAlias()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DPhotoDataItem.java34 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DPhotoDataItem.java33 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
H A DEnterpriseContactsCursorWrapper.java96 case Data.PHOTO_FILE_ID: in getString()
134 case Data.PHOTO_FILE_ID: in getLong()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java329 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " + in AbstractContactAggregator()
1285 + Photo.PHOTO_FILE_ID + ","
1321 int PHOTO_FILE_ID = 16; field
1331 + Contacts.PHOTO_FILE_ID + "=?, "
1347 + Contacts.PHOTO_FILE_ID + ", "
1362 int PHOTO_FILE_ID = 3; field
1486 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID); in computeAggregateData()
1531 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID); in computeAggregateData()
1612 Photo.PHOTO_FILE_ID,
1618 int PHOTO_FILE_ID = 3; field
[all …]
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
H A DContactUtils.java63 ContactsContract.PhoneLookup.PHOTO_FILE_ID,
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DEnterpriseContactsCursorWrapperTest.java42 /* column 9 */ PhoneLookup.PHOTO_FILE_ID, in testWrappedResults()
H A DContactsProvider2Test.java219 Contacts.PHOTO_FILE_ID, in testContactsProjection()
260 Contacts.PHOTO_FILE_ID, in testContactsStrequentProjection()
305 Contacts.PHOTO_FILE_ID, in testContactsStrequentPhoneOnlyProjection()
354 Contacts.PHOTO_FILE_ID, in testContactsWithSnippetProjection()
485 Contacts.PHOTO_FILE_ID, in testDataProjection()
567 Contacts.PHOTO_FILE_ID, in testDistinctDataProjection()
661 Contacts.PHOTO_FILE_ID, in testEntityProjection()
754 PhoneLookup.PHOTO_FILE_ID, in testPhoneLookupProjection()
7035 Photo.PHOTO_FILE_ID); in testPhotoUriForDisplayPhoto()
7255 Contacts.PHOTO_FILE_ID)); in testPhotoStoreCleanup()
[all …]
H A DContactsDatabaseHelperUpgradeTest.java231 new TableColumn(Contacts.PHOTO_FILE_ID, INTEGER, false, null),
313 new TableColumn(StreamItemPhotos.PHOTO_FILE_ID, INTEGER, true, null),
H A DBaseContactsProvider2Test.java621 Contacts.PHOTO_FILE_ID); in queryPhotoFileId()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorUiUtils.java233 return valuesDelta.getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
H A DRawContactEditorView.java314 mPhotoValuesDelta.put(Photo.PHOTO_FILE_ID, (String) null); in removePhoto()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java1205 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByDimensions()
1227 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByFileSize()
1250 Photo.PHOTO_FILE_ID); in testChooseFilePhotoOverThumbnail()
1277 Photo.PHOTO_FILE_ID); in testFallbackToAccountPriorityForSamePhoto()
H A DContactAggregator2Test.java1213 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByDimensions()
1235 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByFileSize()
1258 Photo.PHOTO_FILE_ID); in testChooseFilePhotoOverThumbnail()
1285 Photo.PHOTO_FILE_ID); in testFallbackToAccountPriorityForSamePhoto()
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java1004 public static final String PHOTO_FILE_ID = "photo_file_id"; field
2150 public static final String PHOTO_FILE_ID = DATA14; field in ContactsContract.Contacts.Photo
4114 public static final String PHOTO_FILE_ID = "photo_file_id"; field
7385 public static final String PHOTO_FILE_ID = DATA14; field in ContactsContract.CommonDataKinds.Photo
/aosp12/frameworks/base/core/api/
H A Dremoved.txt391 field @Deprecated public static final String PHOTO_FILE_ID = "photo_file_id";
H A Dcurrent.txt34313 field public static final String PHOTO_FILE_ID = "data14";
34490 field public static final String PHOTO_FILE_ID = "data14";
34502 field public static final String PHOTO_FILE_ID = "photo_file_id";
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24144 field public static final java.lang.String PHOTO_FILE_ID = "data14";
24310 field public static final java.lang.String PHOTO_FILE_ID = "data14";
24326 field public static final java.lang.String PHOTO_FILE_ID = "photo_file_id";
24693 field public static final deprecated java.lang.String PHOTO_FILE_ID = "photo_file_id";