Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
DTestAuthenticator.java63 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
83 String authTokenType, Bundle loginOptions) { in getAuthToken()
107 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
127 String authTokenType, Bundle loginOptions) { in updateCredentials()
/packages/apps/Email/provider_src/com/android/email/service/
DEasTestAuthenticatorService.java49 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
91 String authTokenType, Bundle loginOptions) throws NetworkErrorException { in getAuthToken()
96 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
109 String authTokenType, Bundle loginOptions) { in updateCredentials()
DAuthenticatorService.java57 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
133 String authTokenType, Bundle loginOptions) throws NetworkErrorException { in getAuthToken()
138 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
151 String authTokenType, Bundle loginOptions) { in updateCredentials()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
DAuthUtils.java53 final String authTokenType, final Bundle options, final boolean notifyAuthFailure, in getAuthToken()
62 public String blockingGetAuthToken(final Account account, final String authTokenType, in blockingGetAuthToken()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java143 public String blockingGetAuthToken(Account account, String authTokenType, in blockingGetAuthToken()