Searched defs:authTokenType (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/ |
D | TestAuthenticator.java | 63 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/ |
D | StatsdAuthenticator.java | 96 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/ |
D | AuthUtils.java | 53 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/ |
D | ContactsActor.java | 158 public String blockingGetAuthToken(Account account, String authTokenType, in blockingGetAuthToken()
|