Searched defs:response (Results 1 - 1 of 1) sorted by path

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
H A DAuthenticator.java64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, argument
68 intent.putExtra(AccountManager.KEY_ACCOUNT_AUTHENTICATOR_RESPONSE, response);
76 AccountAuthenticatorResponse response, Account account, Bundle options) {
82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { argument
88 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, argument
121 intent.putExtra(AccountManager.KEY_ACCOUNT_AUTHENTICATOR_RESPONSE, response);
136 AccountAuthenticatorResponse response, Account account, String[] features) {
147 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, argument
75 confirmCredentials( AccountAuthenticatorResponse response, Account account, Bundle options) argument
135 hasFeatures( AccountAuthenticatorResponse response, Account account, String[] features) argument

Completed in 83 milliseconds