OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACCOUNT_2
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Email/tests/src/com/android/email/
RefreshManagerTest.java
48
private static final long
ACCOUNT_2
= 2;
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
, 0)
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorTest.java
54
private static final Account
ACCOUNT_2
= new Account("account_name_2", "account_type_2");
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
...]
ContactsProvider2Test.java
95
private static final Account
ACCOUNT_2
= new Account("account_name_2", "account_type_2");
[
all
...]
Completed in 428 milliseconds