Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
DCredentialManagerServiceTest.java78 Settings.Secure.AUTOFILL_SERVICE, in onProviderRemoved_success()
90 assertThat(getSettingsKey(Settings.Secure.AUTOFILL_SERVICE)).isEqualTo(""); in onProviderRemoved_success()
103 Settings.Secure.AUTOFILL_SERVICE, in onProviderRemoved_notPrimaryRemoved_success()
112 assertThat(getSettingsKey(Settings.Secure.AUTOFILL_SERVICE)) in onProviderRemoved_notPrimaryRemoved_success()
124 Settings.Secure.AUTOFILL_SERVICE, in onProviderRemoved_isAlsoAutofillProvider_success()
136 assertThat(getSettingsKey(Settings.Secure.AUTOFILL_SERVICE)).isEqualTo(""); in onProviderRemoved_isAlsoAutofillProvider_success()
149 setSettingsKey(Settings.Secure.AUTOFILL_SERVICE, testAutofillValue); in onProviderRemoved_notPrimaryRemoved_isAlsoAutofillProvider_success()
158 getSettingsKey(Settings.Secure.AUTOFILL_SERVICE), testAutofillValue); in onProviderRemoved_notPrimaryRemoved_isAlsoAutofillProvider_success()
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DAutofillTestWatcher.java90 Settings.Secure.AUTOFILL_SERVICE, in setAutofillService()
110 Settings.Secure.AUTOFILL_SERVICE); in resetAutofillService()
118 Settings.Secure.AUTOFILL_SERVICE); in isAutofillServiceEnabled()
DAbstractAutofillPerfTestCase.java50 Settings.Secure.AUTOFILL_SERVICE);
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DSensitiveContentProtectionManagerServiceContentTest.java155 Settings.Secure.AUTOFILL_SERVICE, testAutofillService , userId); in testAutofillServicePackageExemption()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java43 Settings.Secure.AUTOFILL_SERVICE,
/frameworks/base/services/core/java/com/android/server/
DSensitiveContentProtectionManagerService.java577 getContext().getContentResolver(), Settings.Secure.AUTOFILL_SERVICE, userId); in isAutofillServiceRecorderPackage()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DCredentialManagerService.java1168 Settings.Secure.AUTOFILL_SERVICE, UserHandle.myUserId()); in updateProvidersWhenPackageRemoved()
1182 Settings.Secure.AUTOFILL_SERVICE, in updateProvidersWhenPackageRemoved()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java429 VALIDATORS.put(Secure.AUTOFILL_SERVICE, AUTOFILL_SERVICE_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java247 new SecureSettingsServiceNameResolver(context, Settings.Secure.AUTOFILL_SERVICE), in AutofillManagerService()
307 return Settings.Secure.AUTOFILL_SERVICE; in getServiceSettingsProperty()
DAutofillManagerServiceImpl.java564 Settings.Secure.AUTOFILL_SERVICE, null, mUserId); in disableOwnedAutofillServicesLocked()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java4377 .getSettingLocked(Settings.Secure.AUTOFILL_SERVICE);
4385 Settings.Secure.AUTOFILL_SERVICE, defaultValue, null, true,
DSettingsProtoDumpUtil.java1977 Settings.Secure.AUTOFILL_SERVICE, in dumpProtoSecureSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java7743 public static final String AUTOFILL_SERVICE = "autofill_service"; field in Settings.Secure
/frameworks/base/core/api/
Dtest-current.txt2889 field public static final String AUTOFILL_SERVICE = "autofill_service";