HomeSort by relevance Sort by last modified time
    Searched refs:updateCredentials (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account,
AbstractAccountAuthenticator.java 251 public void updateCredentials(IAccountAuthenticatorResponse response, Account account,
254 Log.v(TAG, "updateCredentials: " + account
259 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials(
264 Log.v(TAG, "updateCredentials: result "
272 Log.v(TAG, "updateCredentials", e);
277 Log.v(TAG, "updateCredentials", e);
280 "updateCredentials not supported");
457 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response,
IAccountManager.aidl 51 void updateCredentials(in IAccountManagerResponse response, in Account account,
AccountManager.java     [all...]
AccountManagerService.java     [all...]
  /cts/tests/src/android/content/cts/
MockAccountAuthenticator.java 62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 122 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
AccountManagerTest.java     [all...]
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java 39 * password. We will need to implement confirmPassword, confirmCredentials, and updateCredentials.
137 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 170 public Bundle updateCredentials(AccountAuthenticatorResponse response,
  /development/apps/Development/src/com/android/development/
AccountsTester.java 293 mAccountManager.updateCredentials(
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 228 milliseconds