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

  /packages/apps/Email/tests/src/com/android/email/
RefreshManagerTest.java 46 private static final long ACCOUNT_1 = 1;
125 assertTrue(mTarget.refreshMailboxList(ACCOUNT_1));
129 assertEquals(ACCOUNT_1, mListener.mAccountId);
133 assertEquals(ACCOUNT_1, mController.mAccountId);
136 assertTrue(mTarget.isMailboxListRefreshing(ACCOUNT_1));
140 assertFalse(mTarget.refreshMailboxList(ACCOUNT_1));
164 mController.mListener.updateMailboxListCallback(null, ACCOUNT_1, 0);
168 assertEquals(ACCOUNT_1, mListener.mAccountId);
171 assertTrue(mTarget.isMailboxListRefreshing(ACCOUNT_1));
172 assertEquals(0, mTarget.getMailboxListStatusForTest(ACCOUNT_1).getLastRefreshTime())
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 59 private static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1");
133 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
164 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
174 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
184 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
194 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
204 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
214 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
235 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
245 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
TestUtil.java 30 public static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1");
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 36 public static final Account ACCOUNT_1 = new Account("cp account 1", TYPE);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_RawContactsTest.java 96 StaticAccountAuthenticator.ACCOUNT_1);
117 StaticAccountAuthenticator.ACCOUNT_1);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 63 return assertAndCreateContact(resolver, StaticAccountAuthenticator.ACCOUNT_1);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 253 milliseconds