Searched refs:queryPhotoFileId (Results 1 – 3 of 3) sorted by relevance
1216 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByDimensions()1239 assertEquals(nebulaPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByFileSize()1261 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseFilePhotoOverThumbnail()1283 assertEquals(cupcakeEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForSamePhoto()
1224 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByDimensions()1247 assertEquals(nebulaPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByFileSize()1269 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseFilePhotoOverThumbnail()1291 assertEquals(cupcakeEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForSamePhoto()
619 protected long queryPhotoFileId(long contactId) { in queryPhotoFileId() method in BaseContactsProvider2Test