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.java38 DISPLAY_PHOTO, enumConstant
48 photoMap.put(PhotoSize.DISPLAY_PHOTO, processor.getDisplayPhotoBytes()); in PhotoEntry()
DPhotoStoreTest.java137 byte[] expectedStoredVersion = loadPhotoFromResource(resourceId, PhotoSize.DISPLAY_PHOTO); in runStorageTestForResource()
DContactsProvider2Test.java3889 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/
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.java8950 Contacts.Photo.DISPLAY_PHOTO : Contacts.Photo.CONTENT_DIRECTORY) in openCorpContactPicture()