Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1130 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()
1150 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()
1268 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
DContactAggregator2Test.java1139 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()
1159 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()
1277 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java603 protected long queryPhotoId(long contactId) { in queryPhotoId() method in BaseContactsProvider2Test