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.java1181 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByDimensions()
1204 assertEquals(nebulaPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByFileSize()
1226 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseFilePhotoOverThumbnail()
1248 assertEquals(cupcakeEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testFallbackToAccountPriorityForSamePhoto()
DContactAggregator2Test.java1190 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByDimensions()
1213 assertEquals(nebulaPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseLargerPhotoByFileSize()
1235 assertEquals(normalEarthPhotoFileId, queryPhotoFileId(queryContactId(rawContactId1))); in testChooseFilePhotoOverThumbnail()
1257 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