Searched refs:augmentedAutofillEnabled (Results 1 – 3 of 3) sorted by relevance
60 public boolean augmentedAutofillEnabled; field in AutofillOptions91 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();
1586 options.augmentedAutofillEnabled = helper.isWhitelisted(packageName); in injectAugmentedAutofillInfo()
983 field public boolean augmentedAutofillEnabled;