Searched refs:queryPhotoFileId (Results 1 – 2 of 2) sorted by relevance
1200 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByDimensions()1223 assertEquals(nebulaPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByFileSize()1245 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseFilePhotoOverThumbnail()1267 assertEquals(cupcakeEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForSamePhoto()
601 protected long queryPhotoFileId(long contactId) { in queryPhotoFileId() method in BaseContactsProvider2Test