Searched refs:DISPLAY_PHOTO (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoLoadingTestCase.java | 38 DISPLAY_PHOTO, enumConstant 48 photoMap.put(PhotoSize.DISPLAY_PHOTO, processor.getDisplayPhotoBytes()); in PhotoEntry()
|
D | PhotoStoreTest.java | 137 byte[] expectedStoredVersion = loadPhotoFromResource(resourceId, PhotoSize.DISPLAY_PHOTO); in runStorageTestForResource()
|
D | ContactsProvider2Test.java | 3889 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testLoadProfileDisplayPhoto() 5523 R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO); in testInsertStreamItemsAndPhotosInBatch() 5588 loadPhotoFromResource(R.drawable.nebula, PhotoSize.DISPLAY_PHOTO), in testUpdateStreamItemPhotoById() 5615 loadPhotoFromResource(R.drawable.nebula, PhotoSize.DISPLAY_PHOTO), in testUpdateStreamItemPhotoWithContentValues() 6970 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build(); in testOpenDisplayPhotoForContactId() 6972 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testOpenDisplayPhotoForContactId() 6983 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build(); in testOpenDisplayPhotoForContactLookupKey() 6985 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testOpenDisplayPhotoForContactLookupKey() 6997 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build(); in testOpenDisplayPhotoForContactLookupKeyAndId() 6999 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testOpenDisplayPhotoForContactLookupKeyAndId() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/ |
D | EnterpriseContactsCursorWrapper.java | 208 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build().toString(); in getCorpDisplayPhotoUri()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 571 newPathBuilder.append(ContactsContract.Contacts.Photo.DISPLAY_PHOTO); in getDisplayPhotoUri()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 8950 Contacts.Photo.DISPLAY_PHOTO : Contacts.Photo.CONTENT_DIRECTORY) in openCorpContactPicture()
|