Searched refs:AUTOFILL_SERVICE (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/ |
D | CredentialManagerServiceTest.java | 78 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/ |
D | AutofillTestWatcher.java | 90 Settings.Secure.AUTOFILL_SERVICE, in setAutofillService() 110 Settings.Secure.AUTOFILL_SERVICE); in resetAutofillService() 118 Settings.Secure.AUTOFILL_SERVICE); in isAutofillServiceEnabled()
|
D | AbstractAutofillPerfTestCase.java | 50 Settings.Secure.AUTOFILL_SERVICE);
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
D | SensitiveContentProtectionManagerServiceContentTest.java | 155 Settings.Secure.AUTOFILL_SERVICE, testAutofillService , userId); in testAutofillServicePackageExemption()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | SecureSettings.java | 43 Settings.Secure.AUTOFILL_SERVICE,
|
/frameworks/base/services/core/java/com/android/server/ |
D | SensitiveContentProtectionManagerService.java | 577 getContext().getContentResolver(), Settings.Secure.AUTOFILL_SERVICE, userId); in isAutofillServiceRecorderPackage()
|
/frameworks/base/services/credentials/java/com/android/server/credentials/ |
D | CredentialManagerService.java | 1168 Settings.Secure.AUTOFILL_SERVICE, UserHandle.myUserId()); in updateProvidersWhenPackageRemoved() 1182 Settings.Secure.AUTOFILL_SERVICE, in updateProvidersWhenPackageRemoved()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | SecureSettingsValidators.java | 429 VALIDATORS.put(Secure.AUTOFILL_SERVICE, AUTOFILL_SERVICE_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerService.java | 247 new SecureSettingsServiceNameResolver(context, Settings.Secure.AUTOFILL_SERVICE), in AutofillManagerService() 307 return Settings.Secure.AUTOFILL_SERVICE; in getServiceSettingsProperty()
|
D | AutofillManagerServiceImpl.java | 564 Settings.Secure.AUTOFILL_SERVICE, null, mUserId); in disableOwnedAutofillServicesLocked()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 4377 .getSettingLocked(Settings.Secure.AUTOFILL_SERVICE); 4385 Settings.Secure.AUTOFILL_SERVICE, defaultValue, null, true,
|
D | SettingsProtoDumpUtil.java | 1977 Settings.Secure.AUTOFILL_SERVICE, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 7743 public static final String AUTOFILL_SERVICE = "autofill_service"; field in Settings.Secure
|
/frameworks/base/core/api/ |
D | test-current.txt | 2889 field public static final String AUTOFILL_SERVICE = "autofill_service";
|