Searched defs:authTokenType (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
H A DAuthUtils.java53 final String authTokenType, final Bundle options, final boolean notifyAuthFailure,
55 return mAccountManager.getAuthToken(account, authTokenType, options, notifyAuthFailure,
62 public String blockingGetAuthToken(final Account account, final String authTokenType, argument
65 return mAccountManager.blockingGetAuthToken(account, authTokenType, notifyAuthFailure);
52 getAuthToken(final Account account, final String authTokenType, final Bundle options, final boolean notifyAuthFailure, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestAuthenticator.java63 String authTokenType, String[] requiredFeatures, Bundle options) {
85 String authTokenType, Bundle loginOptions) {
115 public String getAuthTokenLabel(String authTokenType) { argument
139 String authTokenType, Bundle loginOptions) {
62 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
84 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
138 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
/packages/apps/Email/provider_src/com/android/email/service/
H A DEasTestAuthenticatorService.java49 String authTokenType, String[] requiredFeatures, Bundle options)
91 String authTokenType, Bundle loginOptions) throws NetworkErrorException {
96 public String getAuthTokenLabel(String authTokenType) { argument
109 String authTokenType, Bundle loginOptions) {
48 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
90 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
108 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
H A DAuthenticatorService.java57 String authTokenType, String[] requiredFeatures, Bundle options)
133 String authTokenType, Bundle loginOptions) throws NetworkErrorException {
138 public String getAuthTokenLabel(String authTokenType) { argument
151 String authTokenType, Bundle loginOptions) {
56 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
132 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
150 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java145 public String blockingGetAuthToken(Account account, String authTokenType, argument

Completed in 119 milliseconds