Searched refs:DISPLAY_PHOTO (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoLoadingTestCase.java | 39 DISPLAY_PHOTO, enumConstant 49 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 | 4251 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testLoadProfileDisplayPhoto() 5872 R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO); in testInsertStreamItemsAndPhotosInBatch() 5937 loadPhotoFromResource(R.drawable.nebula, PhotoSize.DISPLAY_PHOTO), in testUpdateStreamItemPhotoById() 5964 loadPhotoFromResource(R.drawable.nebula, PhotoSize.DISPLAY_PHOTO), in testUpdateStreamItemPhotoWithContentValues() 7367 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build(); in testOpenDisplayPhotoForContactId() 7369 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testOpenDisplayPhotoForContactId() 7380 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build(); in testOpenDisplayPhotoForContactLookupKey() 7382 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testOpenDisplayPhotoForContactLookupKey() 7394 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build(); in testOpenDisplayPhotoForContactLookupKeyAndId() 7396 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 | 8948 Contacts.Photo.DISPLAY_PHOTO : Contacts.Photo.CONTENT_DIRECTORY) in openCorpContactPicture()
|