Home
last modified time | relevance | path

Searched refs:AUTOFILL_SERVICE (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DAbstractAutofillPerfTestCase.java46 Settings.Secure.AUTOFILL_SERVICE);
102 Settings.Secure.AUTOFILL_SERVICE, in setService()
112 Settings.Secure.AUTOFILL_SERVICE); in resetService()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java191 new SecureSettingsServiceNameResolver(context, Settings.Secure.AUTOFILL_SERVICE), in AutofillManagerService()
232 return Settings.Secure.AUTOFILL_SERVICE; in getServiceSettingsProperty()
DAutofillManagerServiceImpl.java457 Settings.Secure.AUTOFILL_SERVICE, null, mUserId); in disableOwnedAutofillServicesLocked()
/frameworks/base/core/java/android/provider/
DSettings.java5895 public static final String AUTOFILL_SERVICE = "autofill_service"; field in Settings.Secure
9033 AUTOFILL_SERVICE,
9174 VALIDATORS.put(AUTOFILL_SERVICE, AUTOFILL_SERVICE_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java3736 .getSettingLocked(Settings.Secure.AUTOFILL_SERVICE);
3743 secureSettings.insertSettingLocked(Settings.Secure.AUTOFILL_SERVICE,
DSettingsProtoDumpUtil.java1799 Settings.Secure.AUTOFILL_SERVICE, in dumpProtoSecureSettingsLocked()
/frameworks/base/api/
Dtest-lint-baseline.txt2338 NoSettingsProvider: android.provider.Settings.Secure#AUTOFILL_SERVICE:
2339 New setting keys are not allowed. (Field: AUTOFILL_SERVICE)
2653 ServiceName: android.provider.Settings.Secure#AUTOFILL_SERVICE:
Dtest-current.txt2610 field public static final String AUTOFILL_SERVICE = "autofill_service";