Searched refs:AccountAuthenticator (Results 1 – 4 of 4) sorted by relevance
28 /* package */ class AccountAuthenticator extends AbstractAccountAuthenticator { class30 private static AccountAuthenticator sAuthenticator = null;41 private AccountAuthenticator(Context context) { in AccountAuthenticator() method in AccountAuthenticator141 public static synchronized AccountAuthenticator getAuthenticator(Context context) { in getAuthenticator()143 sAuthenticator = new AccountAuthenticator(context.getApplicationContext()); in getAuthenticator()
121 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()
27 return AccountAuthenticator.getAuthenticator(this).getIBinder(); in onBind()
59 private static final String TEST_ACCOUNT_NAME = AccountAuthenticator.ACCOUNT_NAME;60 private static final String TEST_ACCOUNT_TYPE = AccountAuthenticator.ACCOUNT_TYPE;