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

  /cts/tests/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/samples/android/common/src/com/example/android/common/accounts/
GenericAccountService.java 75 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /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) {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
83 Log.v(TAG, "editProperties()");
  /frameworks/base/core/java/android/accounts/
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,
  /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()");
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 921 milliseconds