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.java1115 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetBeforeAggregation()
1119 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetBeforeAggregation()
1123 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetBeforeAggregation()
1135 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetAfterAggregation()
1141 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetAfterAggregation()
1147 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetAfterAggregation()
1165 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByDimensions()
1174 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByDimensions()
1187 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByFileSize()
1197 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByFileSize()
[all …]
DContactAggregator2Test.java1124 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetBeforeAggregation()
1128 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetBeforeAggregation()
1132 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetBeforeAggregation()
1144 setContactAccount(rawContactId1, "donut", "donut_act"); in testChoosePhotoSetAfterAggregation()
1150 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChoosePhotoSetAfterAggregation()
1156 setContactAccount(rawContactId3, "froyo", "froyo_act"); in testChoosePhotoSetAfterAggregation()
1174 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByDimensions()
1183 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByDimensions()
1196 setContactAccount(rawContactId1, "donut", "donut_act"); in testChooseLargerPhotoByFileSize()
1206 setContactAccount(rawContactId2, "cupcake", "cupcake_act"); in testChooseLargerPhotoByFileSize()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java529 protected void setContactAccount(long rawContactId, String accountType, String accountName) { in setContactAccount() method in BaseContactsProvider2Test