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

1 2

  /frameworks/base/telecomm/java/android/telecom/
AuthenticatorService.java 88 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account,
AbstractAccountAuthenticator.java 263 public void updateCredentials(IAccountAuthenticatorResponse response, Account account,
266 Log.v(TAG, "updateCredentials: " + account
271 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials(
279 Log.v(TAG, "updateCredentials: result "
286 handleException(response, "updateCredentials",
655 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response,
    [all...]
IAccountManager.aidl 68 void updateCredentials(in IAccountManagerResponse response, in Account account,
AccountManager.java     [all...]
  /cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
MockAccountAuthenticator.java 62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AccountAuthenticator.java 60 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
  /cts/tests/tests/content/src/android/content/cts/
MockAccountAuthenticator.java 62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 89 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
DummyAccountService.java 92 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/
GenericAccountService.java 113 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java 113 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
GenericAccountService.java 113 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
Authenticator.java 75 public Bundle updateCredentials(AccountAuthenticatorResponse r, Account account, String s,
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
TestAuthenticator.java 92 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
TestAuthenticator.java 126 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
128 Log.v(TestauthConstants.LOG_TAG, "updateCredentials()");
  /packages/apps/Email/provider_src/com/android/email/service/
EasTestAuthenticatorService.java 108 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
AuthenticatorService.java 150 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 147 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
149 Log.v(TAG, "updateCredentials()");
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 164 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
AccountManagerTest.java     [all...]
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 235 public Bundle updateCredentials(
  /development/apps/Development/src/com/android/development/
AccountsTester.java 334 mAccountManager.updateCredentials(
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 1955 milliseconds

1 2