Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DAutofillOptions.java57 public boolean augmentedAutofillEnabled; field in AutofillOptions
74 if (!augmentedAutofillEnabled) return false; in isAugmentedAutofillEnabled()
103 options.augmentedAutofillEnabled = true; in forWhitelistingItself()
113 + ", augmentedAutofillEnabled=" + augmentedAutofillEnabled + "]"; in toString()
120 pw.print(", augmented="); pw.print(augmentedAutofillEnabled); in dumpShort()
136 parcel.writeBoolean(augmentedAutofillEnabled); in writeToParcel()
148 options.augmentedAutofillEnabled = parcel.readBoolean();
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java1007 options.augmentedAutofillEnabled = helper.isWhitelisted(packageName); in injectAugmentedAutofillInfo()
/frameworks/base/api/
Dtest-current.txt609 field public boolean augmentedAutofillEnabled;