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.java1165 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()
1185 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()
1303 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
DContactAggregator2Test.java1173 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()
1193 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()
1311 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java611 protected long queryPhotoId(long contactId) { in queryPhotoId() method in BaseContactsProvider2Test