Searched refs:ACCOUNT_2 (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/ |
H A D | RefreshManagerTest.java | 47 private static final long ACCOUNT_2 = 2; field in class:RefreshManagerTest 149 assertTrue(mTarget.refreshMailboxList(ACCOUNT_2)); 153 assertEquals(ACCOUNT_2, mListener.mAccountId); 157 assertEquals(ACCOUNT_2, mController.mAccountId); 160 assertTrue(mTarget.isMailboxListRefreshing(ACCOUNT_2)); 193 mController.mListener.updateMailboxListCallback(null, ACCOUNT_2, 0); 197 assertEquals(ACCOUNT_2, mListener.mAccountId); 200 assertTrue(mTarget.isMailboxListRefreshing(ACCOUNT_2)); 201 assertEquals(0, mTarget.getMailboxListStatusForTest(ACCOUNT_2).getLastRefreshTime()); 204 mController.mListener.updateMailboxListCallback(EXCEPTION, ACCOUNT_2, [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
H A D | TestUtil.java | 31 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 D | ContactAggregatorTest.java | 60 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2"); field in class:ContactAggregatorTest 136 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); 155 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); 167 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); 177 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); 187 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); 197 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); 207 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); 217 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); 238 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsProvider2Test.java | 1200 "Guacamole", TestUtil.ACCOUNT_2); 1716 TestUtil.ACCOUNT_2); 1783 long rawContactId2 = RawContactUtil.createRawContact(mResolver, TestUtil.ACCOUNT_2); 1797 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_NAME, TestUtil.ACCOUNT_2.name) 1798 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_TYPE, TestUtil.ACCOUNT_2.type) 1809 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_NAME, TestUtil.ACCOUNT_2.name) 5467 final Set<Account> EXPECTED_2 = Sets.newHashSet(TestUtil.ACCOUNT_2); 5468 final Set<Account> EXPECTED_1_2 = Sets.newHashSet(TestUtil.ACCOUNT_1, TestUtil.ACCOUNT_2); 5472 final Set<Account> ACTUAL_2 = Sets.newHashSet(TestUtil.ACCOUNT_2); 5473 final Set<Account> ACTUAL_1_2 = Sets.newHashSet(TestUtil.ACCOUNT_2, TestUti [all...] |
Completed in 104 milliseconds