Home
last modified time | relevance | path

Searched refs:augmentedAutofillEnabled (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/
H A DAutofillOptions.java60 public boolean augmentedAutofillEnabled; field in AutofillOptions
91 if (!augmentedAutofillEnabled) return false; in isAugmentedAutofillEnabled()
143 options.augmentedAutofillEnabled = true; in forWhitelistingItself()
153 + ", augmentedAutofillEnabled=" + augmentedAutofillEnabled in toString()
161 pw.print(", augmented="); pw.print(augmentedAutofillEnabled); in dumpShort()
182 parcel.writeBoolean(augmentedAutofillEnabled); in writeToParcel()
204 options.augmentedAutofillEnabled = parcel.readBoolean();
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java1304 options.augmentedAutofillEnabled = helper.isWhitelisted(packageName); in injectAugmentedAutofillInfo()
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt2386 MutableBareField: android.content.AutofillOptions#augmentedAutofillEnabled:
H A Dtest-current.txt702 field public boolean augmentedAutofillEnabled;