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

1 2 3

  /development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
MyAccountAuthenticator.java 52 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /frameworks/base/telecomm/java/android/telecom/
AuthenticatorService.java 56 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /packages/apps/Settings/tests/unit/src/com/android/settings/accounts/
Authenticator.java 33 public Bundle editProperties(AccountAuthenticatorResponse r, String s) {
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestDefaultAuthenticator.java 45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
47 "editProperties should not be tested using the TestDefaultAuthenticator");
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
TestAccountType2Authenticator.java 47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
49 "editProperties is not supported by the TestAccountType2Authenticator");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
Authenticator.java 36 public Bundle editProperties(AccountAuthenticatorResponse r, String s) {
  /cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
StubAuthenticator.java 50 public Bundle editProperties(AccountAuthenticatorResponse response,
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
TestAuthenticator.java 87 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
MockAccountAuthenticator.java 56 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /cts/tests/tests/content/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 56 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
DummyAccountService.java 63 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/
GenericAccountService.java 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
GenericAccountService.java 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /packages/apps/Email/provider_src/com/android/email/service/
EasTestAuthenticatorService.java 85 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
TestAuthenticator.java 97 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AccountAuthenticator.java 78 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsAuthenticator.java 103 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdAuthenticator.java 102 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
StubAuthenticator.java 53 public Bundle editProperties(AccountAuthenticatorResponse response,
  /cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
SyncManagerCtsAuthenticator.java 111 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
  /development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
MyAuthenticator.java 79 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()");
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestAuthenticator.java 107 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
109 Log.v(TestauthConstants.LOG_TAG, "editProperties()");

Completed in 432 milliseconds

1 2 3