Home
last modified time | relevance | path

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

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