Home
last modified time | relevance | path

Searched refs:editProperties (Results 1 – 5 of 5) sorted by relevance

/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMyAccountAuthenticator.java52 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in MyAccountAuthenticator
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
DGenericAccountService.java81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, in editProperties() method in GenericAccountService.Authenticator
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyAuthenticator.java79 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in MyAuthenticator.Authenticator
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in Authenticator
/development/apps/Development/src/com/android/development/
DAccountsTester.java228 mAccountManager.editProperties(getSelectedAuthenticator().type, in onClick()