Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1150 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetBeforeAggregation()
1154 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetBeforeAggregation()
1158 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetBeforeAggregation()
1170 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetAfterAggregation()
1176 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetAfterAggregation()
1182 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetAfterAggregation()
1200 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByDimensions()
1209 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByDimensions()
1222 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByFileSize()
1232 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByFileSize()
[all …]
DContactAggregator2Test.java1158 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetBeforeAggregation()
1162 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetBeforeAggregation()
1166 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetBeforeAggregation()
1178 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetAfterAggregation()
1184 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetAfterAggregation()
1190 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetAfterAggregation()
1208 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByDimensions()
1217 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByDimensions()
1230 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByFileSize()
1240 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByFileSize()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java537 protected void setContactAccount(long rawContactId, String accountType, String accountName) { in setContactAccount() method in BaseContactsProvider2Test