Home
last modified time | relevance | path

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

/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/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()