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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/
H A DAccountsChangedReceiverTests.java33 private static final String ACCOUNT_2 = "account2@example.com"; field in class:AccountsChangedReceiverTests
66 return new String[] {ACCOUNT_2};
75 updateAccountName(ACCOUNT_2);
88 updateAccountName(ACCOUNT_2);
92 return new String[] {ACCOUNT_1, ACCOUNT_2};
97 assertAccountName(ACCOUNT_2);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java62 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2"); field in class:ContactAggregatorTest
145 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
164 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
176 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
186 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
196 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
206 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
216 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
226 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
247 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
[all...]
H A DContactAggregator2Test.java62 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2"); field in class:ContactAggregator2Test
145 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
164 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
176 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
186 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
196 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
206 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
216 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
226 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
247 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DTestUtil.java32 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/util/
H A DContactAggregatorHelperTest.java36 private static final long ACCOUNT_2 = 2; field in class:ContactAggregatorHelperTest
59 rawContactsToAccounts.put(103l, ACCOUNT_2);
94 rawContactsToAccounts.put(101l, ACCOUNT_2);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java1478 "Guacamole", TestUtil.ACCOUNT_2);
2548 TestUtil.ACCOUNT_2);
2615 long rawContactId2 = RawContactUtil.createRawContact(mResolver, TestUtil.ACCOUNT_2);
2629 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_NAME, TestUtil.ACCOUNT_2.name)
2630 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_TYPE, TestUtil.ACCOUNT_2.type)
2641 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_NAME, TestUtil.ACCOUNT_2.name)
6563 final Set<Account> EXPECTED_2 = Sets.newHashSet(TestUtil.ACCOUNT_2);
6564 final Set<Account> EXPECTED_1_2 = Sets.newHashSet(TestUtil.ACCOUNT_1, TestUtil.ACCOUNT_2);
6568 final Set<Account> ACTUAL_2 = Sets.newHashSet(TestUtil.ACCOUNT_2);
6569 final Set<Account> ACTUAL_1_2 = Sets.newHashSet(TestUtil.ACCOUNT_2, TestUti
[all...]

Completed in 272 milliseconds