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

1 2

  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 60 void editProperties(in IAccountAuthenticatorResponse response, String accountType);
AbstractAccountAuthenticator.java 237 public void editProperties(IAccountAuthenticatorResponse response,
241 final Bundle result = AbstractAccountAuthenticator.this.editProperties(
247 handleException(response, "editProperties", accountType, e);
367 public abstract Bundle editProperties(AccountAuthenticatorResponse response,
IAccountManager.aidl 61 void editProperties(in IAccountManagerResponse response, String accountType,
AccountManager.java     [all...]
  /cts/tests/tests/content/src/android/content/cts/
MockAccountAuthenticator.java 57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 58 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/
GenericAccountService.java 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
GenericAccountService.java 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
TestAuthenticator.java 101 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
102 Log.v(TestauthConstants.LOG_TAG, "editProperties()");
  /packages/apps/Email/src/com/android/email/service/
EasTestAuthenticatorService.java 85 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
AuthenticatorService.java 127 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 139 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
AccountManagerTest.java     [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
83 Log.v(TAG, "editProperties()");
  /development/apps/Development/src/com/android/development/
AccountsTester.java 228 mAccountManager.editProperties(getSelectedAuthenticator().type,
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 970 milliseconds

1 2