Searched defs:ACCOUNT_2 (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DTestUtil.java31 public static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2"); field in class:TestUtil
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java66 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2"); field in class:ContactAggregatorTest
142 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
161 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
173 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
183 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
193 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
203 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
213 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
223 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
244 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
[all...]

Completed in 47 milliseconds