Searched refs:queryPhotoId (Results 1 – 3 of 3) sorted by relevance
1130 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()1150 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()1268 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
1139 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()1159 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()1277 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
603 protected long queryPhotoId(long contactId) { in queryPhotoId() method in BaseContactsProvider2Test