OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_ACCOUNT
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AccountAuthenticator.java
35
public static final Account
TEST_ACCOUNT
= new Account(ACCOUNT_NAME, ACCOUNT_TYPE);
119
if (
TEST_ACCOUNT
.equals(account)) {
130
if (accountCredentials != null &&
TEST_ACCOUNT
.equals(account)
132
AccountManager.get(mContext).addAccountExplicitly(
TEST_ACCOUNT
, null, null);
ProvisioningTest.java
125
if (AccountAuthenticator.
TEST_ACCOUNT
.equals(account)) {
154
Account account = AccountAuthenticator.
TEST_ACCOUNT
;
Completed in 199 milliseconds