Home
last modified time | relevance | path

Searched refs:authTokenType (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
DAuthUtils.java53 final String authTokenType, final Bundle options, final boolean notifyAuthFailure, in getAuthToken() argument
55 return mAccountManager.getAuthToken(account, authTokenType, options, notifyAuthFailure, in getAuthToken()
62 public String blockingGetAuthToken(final Account account, final String authTokenType, in blockingGetAuthToken() argument
65 return mAccountManager.blockingGetAuthToken(account, authTokenType, notifyAuthFailure); in blockingGetAuthToken()
/packages/apps/Email/provider_src/com/android/email/service/
DEasTestAuthenticatorService.java49 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
91 String authTokenType, Bundle loginOptions) throws NetworkErrorException { in getAuthToken() argument
96 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
109 String authTokenType, Bundle loginOptions) { in updateCredentials() argument
DAuthenticatorService.java57 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
133 String authTokenType, Bundle loginOptions) throws NetworkErrorException { in getAuthToken() argument
138 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
151 String authTokenType, Bundle loginOptions) { in updateCredentials() argument
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticator.java63 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() argument
85 String authTokenType, Bundle loginOptions) { in getAuthToken() argument
115 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
139 String authTokenType, Bundle loginOptions) { in updateCredentials() argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java141 public String blockingGetAuthToken(Account account, String authTokenType, in blockingGetAuthToken() argument