Home
last modified time | relevance | path

Searched refs:queryPhotoFileId (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1216 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()
DContactAggregator2Test.java1224 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()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java619 protected long queryPhotoFileId(long contactId) { in queryPhotoFileId() method in BaseContactsProvider2Test