OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ACCOUNT_1
(Results
1 - 3
of
3
) sorted by null
/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);
/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
...]
Completed in 648 milliseconds