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

  /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);
335 public abstract Bundle editProperties(AccountAuthenticatorResponse response,
IAccountManager.aidl 54 void editProperties(in IAccountManagerResponse response, String accountType,
AccountManager.java     [all...]
AccountManagerService.java     [all...]
  /cts/tests/src/android/content/cts/
MockAccountAuthenticator.java 57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /packages/apps/Contacts/tests/src/com/android/contacts/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 84 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
EasAuthenticatorService.java 126 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
PopImapAuthenticatorService.java 104 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,
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 537 milliseconds