Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticator.java63 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
85 String authTokenType, Bundle loginOptions) { in getAuthToken()
115 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
139 String authTokenType, Bundle loginOptions) { in updateCredentials()
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdAuthenticator.java96 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
108 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
120 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
125 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
/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.java158 public String blockingGetAuthToken(Account account, String authTokenType, in blockingGetAuthToken()