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