Searched refs:queryPhotoId (Results 1 – 3 of 3) sorted by relevance
1064 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()1084 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()1202 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
1062 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()1082 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()1200 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
629 protected long queryPhotoId(long contactId) { in queryPhotoId() method in BaseContactsProvider2Test