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.java138 byte[] expectedStoredVersion = loadPhotoFromResource(resourceId, PhotoSize.DISPLAY_PHOTO); in runStorageTestForResource()
DContactsProvider2Test.java4115 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testLoadProfileDisplayPhoto()
5879 R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO); in testInsertStreamItemsAndPhotosInBatch()
5944 loadPhotoFromResource(R.drawable.nebula, PhotoSize.DISPLAY_PHOTO), in testUpdateStreamItemPhotoById()
5971 loadPhotoFromResource(R.drawable.nebula, PhotoSize.DISPLAY_PHOTO), in testUpdateStreamItemPhotoWithContentValues()
7329 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build(); in testOpenDisplayPhotoForContactId()
7331 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testOpenDisplayPhotoForContactId()
7342 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build(); in testOpenDisplayPhotoForContactLookupKey()
7344 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.DISPLAY_PHOTO), in testOpenDisplayPhotoForContactLookupKey()
7356 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build(); in testOpenDisplayPhotoForContactLookupKeyAndId()
7358 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.java9429 Contacts.Photo.DISPLAY_PHOTO : Contacts.Photo.CONTENT_DIRECTORY) in openCorpContactPicture()