Searched refs:TYPE2EX (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
H A DContactEditorUtilsTest.java44 private static final MockAccountType TYPE2EX = new MockAccountType("type2", "ext", true); field in class:ContactEditorUtilsTest
57 "a", TYPE2EX.accountType, TYPE2EX.dataSet);
97 setAccountTypes(TYPE1, TYPE2EX);
100 MoreAsserts.assertEquals(Sets.newHashSet(TYPE1.accountType, TYPE2EX.accountType),
104 setAccountTypes(TYPE1, TYPE2, TYPE2EX, TYPE3);
108 Sets.newHashSet(TYPE1.accountType, TYPE2.accountType, TYPE2EX.accountType),
209 // Added a new account type: TYPE2, and the TYPE2EX extension.
210 setAccountTypes(TYPE1, TYPE2, TYPE2EX);
224 setAccountTypes(TYPE1, TYPE2, TYPE2EX);
[all...]

Completed in 105 milliseconds