/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | DataRowHandlerForPhoto.java | 119 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 D | ContactsProvider2.java | 619 .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 D | ContactsDatabaseHelper.java | 428 + 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 D | PhotoDataItem.java | 34 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
H A D | PhotoDataItem.java | 33 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/ |
H A D | EnterpriseContactsCursorWrapper.java | 96 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 D | AbstractContactAggregator.java | 329 " 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 D | ContactUtils.java | 63 ContactsContract.PhoneLookup.PHOTO_FILE_ID,
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | EnterpriseContactsCursorWrapperTest.java | 42 /* column 9 */ PhoneLookup.PHOTO_FILE_ID, in testWrappedResults()
|
H A D | ContactsProvider2Test.java | 219 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 D | ContactsDatabaseHelperUpgradeTest.java | 231 new TableColumn(Contacts.PHOTO_FILE_ID, INTEGER, false, null), 313 new TableColumn(StreamItemPhotos.PHOTO_FILE_ID, INTEGER, true, null),
|
H A D | BaseContactsProvider2Test.java | 621 Contacts.PHOTO_FILE_ID); in queryPhotoFileId()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/ |
H A D | EditorUiUtils.java | 233 return valuesDelta.getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
|
H A D | RawContactEditorView.java | 314 mPhotoValuesDelta.put(Photo.PHOTO_FILE_ID, (String) null); in removePhoto()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
H A D | ContactAggregatorTest.java | 1205 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 D | ContactAggregator2Test.java | 1213 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 D | ContactsContract.java | 1004 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 D | removed.txt | 391 field @Deprecated public static final String PHOTO_FILE_ID = "photo_file_id";
|
H A D | current.txt | 34313 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 24144 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";
|