Searched refs:queryPhotoId (Results 1 – 3 of 3) sorted by relevance
1165 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()1185 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()1303 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
1173 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetBeforeAggregation()1193 assertEquals(cupcakeId, queryPhotoId(queryContactId(rawContactId2))); in testChoosePhotoSetAfterAggregation()1311 assertEquals(cupcakeDataId, queryPhotoId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForDifferingThumbnails()
611 protected long queryPhotoId(long contactId) { in queryPhotoId() method in BaseContactsProvider2Test