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.java1049 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetBeforeAggregation()
1053 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetBeforeAggregation()
1057 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetBeforeAggregation()
1069 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetAfterAggregation()
1075 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetAfterAggregation()
1081 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetAfterAggregation()
1099 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByDimensions()
1108 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByDimensions()
1121 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByFileSize()
1131 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByFileSize()
[all …]
DContactAggregator2Test.java1047 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetBeforeAggregation()
1051 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetBeforeAggregation()
1055 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetBeforeAggregation()
1067 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetAfterAggregation()
1073 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetAfterAggregation()
1079 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetAfterAggregation()
1097 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByDimensions()
1106 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByDimensions()
1119 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByFileSize()
1129 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByFileSize()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java555 protected void setContactAccount(long rawContactId, String accountType, String accountName) { in setContactAccount() method in BaseContactsProvider2Test