Searched defs:ACCOUNT_2 (Results 1 - 3 of 3) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/ |
H A D | RefreshManagerTest.java | 48 private static final long ACCOUNT_2 = 2; field in class:RefreshManagerTest 150 assertTrue(mTarget.refreshMailboxList(ACCOUNT_2)); 154 assertEquals(ACCOUNT_2, mListener.mAccountId); 158 assertEquals(ACCOUNT_2, mController.mAccountId); 161 assertTrue(mTarget.isMailboxListRefreshing(ACCOUNT_2)); 194 mController.mListener.updateMailboxListCallback(null, ACCOUNT_2, 0); 198 assertEquals(ACCOUNT_2, mListener.mAccountId); 201 assertTrue(mTarget.isMailboxListRefreshing(ACCOUNT_2)); 202 assertEquals(0, mTarget.getMailboxListStatusForTest(ACCOUNT_2).getLastRefreshTime()); 205 mController.mListener.updateMailboxListCallback(EXCEPTION, ACCOUNT_2, [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactAggregatorTest.java | 54 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2"); field in class:ContactAggregatorTest 136 long rawContactId2 = createRawContact(ACCOUNT_2); 155 long rawContactId3 = createRawContact(ACCOUNT_2); 167 long rawContactId2 = createRawContact(ACCOUNT_2); 177 long rawContactId2 = createRawContact(ACCOUNT_2); 187 long rawContactId2 = createRawContact(ACCOUNT_2); 198 long rawContactId2 = createRawContact(ACCOUNT_2); 208 long rawContactId2 = createRawContact(ACCOUNT_2); 218 long rawContactId2 = createRawContact(ACCOUNT_2); 238 long rawContactId2 = createRawContact(ACCOUNT_2); [all...] |
H A D | ContactsProvider2Test.java | 95 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2"); field in class:ContactsProvider2Test 923 long rawContactId2 = createRawContactWithName("Chilled", "Guacamole", ACCOUNT_2); 1187 long rawContactId2 = createRawContactWithName("Hot", "Tamale", ACCOUNT_2); 1254 long rawContactId2 = createRawContact(ACCOUNT_2); 1268 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_NAME, ACCOUNT_2.name) 1269 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_TYPE, ACCOUNT_2.type) 1280 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_NAME, ACCOUNT_2.name) 4534 long rawContactId2 = createRawContactWithName("John", "Doe", ACCOUNT_2);
|
Completed in 107 milliseconds