OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACCOUNT_1
(Results
1 - 10
of
10
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/
AccountsChangedReceiverTests.java
32
private static final String
ACCOUNT_1
= "account1@example.com";
54
updateAccountName(
ACCOUNT_1
);
58
assertAccountName(
ACCOUNT_1
);
62
updateAccountName(
ACCOUNT_1
);
92
return new String[] {
ACCOUNT_1
, ACCOUNT_2};
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java
61
private static final Account
ACCOUNT_1
= new Account("account_name_1", "account_type_1");
142
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
173
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
183
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
193
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
203
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
213
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
223
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
244
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
254
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
[
all
...]
ContactAggregatorTest.java
61
private static final Account
ACCOUNT_1
= new Account("account_name_1", "account_type_1");
142
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
173
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
183
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
193
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
203
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
213
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
223
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
244
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
254
long rawContactId1 = RawContactUtil.createRawContact(mResolver,
ACCOUNT_1
);
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelperTest.java
35
private static final long
ACCOUNT_1
= 1;
56
rawContactsToAccounts.put(100l,
ACCOUNT_1
);
57
rawContactsToAccounts.put(101l,
ACCOUNT_1
);
58
rawContactsToAccounts.put(102l,
ACCOUNT_1
);
93
rawContactsToAccounts.put(100l,
ACCOUNT_1
);
96
rawContactsToAccounts.put(103l,
ACCOUNT_1
);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
TestUtil.java
31
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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DpcAllowedAccountManagementTest.java
50
private final static Account
ACCOUNT_1
= new Account("user1", ACCOUNT_TYPE_1);
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_RawContactsTest.java
130
StaticAccountAuthenticator.
ACCOUNT_1
);
151
StaticAccountAuthenticator.
ACCOUNT_1
);
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java
65
return assertAndCreateContact(resolver, StaticAccountAuthenticator.
ACCOUNT_1
);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java
[
all
...]
Completed in 988 milliseconds