Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
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();
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java1586 options.augmentedAutofillEnabled = helper.isWhitelisted(packageName); in injectAugmentedAutofillInfo()
/frameworks/base/core/api/
Dtest-current.txt983 field public boolean augmentedAutofillEnabled;