Searched refs:AUTOFILL_SERVICE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerServiceImpl.java | 188 mContext.getContentResolver(), Settings.Secure.AUTOFILL_SERVICE, mUserId); in getComponentNameFromSettings() 372 Settings.Secure.AUTOFILL_SERVICE, null, mUserId); in disableOwnedAutofillServicesLocked()
|
D | AutofillManagerService.java | 231 Settings.Secure.AUTOFILL_SERVICE, null, userId); in startTrackingPackageChanges() 730 Settings.Secure.AUTOFILL_SERVICE), false, this, UserHandle.USER_ALL); in SettingsObserver()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 997 Settings.Secure.AUTOFILL_SERVICE, in dumpProtoSecureSettingsLocked() 998 SecureSettingsProto.AUTOFILL_SERVICE); in dumpProtoSecureSettingsLocked()
|
D | SettingsProvider.java | 3454 .getSettingLocked(Settings.Secure.AUTOFILL_SERVICE); 3461 secureSettings.insertSettingLocked(Settings.Secure.AUTOFILL_SERVICE,
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 5176 public static final String AUTOFILL_SERVICE = "autofill_service"; field in Settings.Secure 6985 AUTOFILL_SERVICE, 7074 CLONE_TO_MANAGED_PROFILE.add(AUTOFILL_SERVICE);
|