Home
last modified time | relevance | path

Searched refs:AccountAuthenticator (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java28 /* package */ class AccountAuthenticator extends AbstractAccountAuthenticator { class
30 private static AccountAuthenticator sAuthenticator = null;
41 private AccountAuthenticator(Context context) { in AccountAuthenticator() method in AccountAuthenticator
141 public static synchronized AccountAuthenticator getAuthenticator(Context context) { in getAuthenticator()
143 sAuthenticator = new AccountAuthenticator(context.getApplicationContext()); in getAuthenticator()
DProvisioningTest.java121 for (Account account : am.getAccountsByType(AccountAuthenticator.ACCOUNT_TYPE)) { in testAccountExist()
122 if (AccountAuthenticator.TEST_ACCOUNT.equals(account)) { in testAccountExist()
133 am.getAccountsByType(AccountAuthenticator.ACCOUNT_TYPE).length == 0); in testAccountNotExist()
151 Account account = AccountAuthenticator.TEST_ACCOUNT; in addAndGetTestAccount()
DAccountService.java27 return AccountAuthenticator.getAuthenticator(this).getIBinder(); in onBind()
DContactsTest.java59 private static final String TEST_ACCOUNT_NAME = AccountAuthenticator.ACCOUNT_NAME;
60 private static final String TEST_ACCOUNT_TYPE = AccountAuthenticator.ACCOUNT_TYPE;