/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 | 53 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 | 210 mAccountManager.editProperties(getSelectedAuthenticator().type,
|
/prebuilt/sdk/11/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |
/prebuilt/sdk/9/ |
android.jar | |