HomeSort by relevance Sort by last modified time
    Searched refs:ACCOUNT_2 (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/tests/src/com/android/email/
RefreshManagerTest.java 47 private static final long ACCOUNT_2 = 2;
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, 0)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
TestUtil.java 31 public static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 60 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2");
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/
ContactsProvider2Test.java     [all...]

Completed in 82 milliseconds