Home
last modified time | relevance | path

Searched refs:DISPLAY_PHOTO (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoLoadingTestCase.java39 DISPLAY_PHOTO, enumConstant
49 photoMap.put(PhotoSize.DISPLAY_PHOTO, processor.getDisplayPhotoBytes()); in PhotoEntry()
DPhotoStoreTest.java137 byte[] expectedStoredVersion = loadPhotoFromResource(resourceId, PhotoSize.DISPLAY_PHOTO); in runStorageTestForResource()
DContactsProvider2Test.java4251 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/
DEnterpriseContactsCursorWrapper.java208 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build().toString(); in getCorpDisplayPhotoUri()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java571 newPathBuilder.append(ContactsContract.Contacts.Photo.DISPLAY_PHOTO); in getDisplayPhotoUri()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java8948 Contacts.Photo.DISPLAY_PHOTO : Contacts.Photo.CONTENT_DIRECTORY) in openCorpContactPicture()