Home
last modified time | relevance | path

Searched refs:authTokenType (Results 1 – 4 of 4) 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/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdAuthenticator.java96 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
108 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
120 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
125 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() 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.java152 public String blockingGetAuthToken(Account account, String authTokenType, in blockingGetAuthToken() argument