Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java6109 Uri photoUri1 = insertPhoto(rawContactId1); in testAccountDeletion() local
6141 Contacts.PHOTO_ID, ContentUris.parseId(photoUri1)); in testAccountDeletion()
6410 Uri photoUri1 = insertPhoto(rawContactId1, R.drawable.earth_normal); in testSuperPrimaryPhoto() local
6411 long photoId1 = ContentUris.parseId(photoUri1); in testSuperPrimaryPhoto()
6443 mResolver.update(photoUri1, values, null, null); in testSuperPrimaryPhoto()