Home
last modified time | relevance | path

Searched refs:AutofillType (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillValue.java50 private final @View.AutofillType int mType;
53 private AutofillValue(@View.AutofillType int type, @NonNull Object value) { in AutofillValue()
/frameworks/base/core/java/android/view/
DViewStructure.java346 public abstract void setAutofillType(@View.AutofillType int type); in setAutofillType()
DView.java1275 public @interface AutofillType {} annotation in View
8861 final @AutofillType int autofillType = getAutofillType();
9241 public @AutofillType int getAutofillType() {
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java113 private @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
448 public @View.AutofillType int getAutofillType() { in getAutofillType()
911 public void setAutofillType(@View.AutofillType int type) { in setAutofillType()
/frameworks/base/core/java/android/widget/
DRadioGroup.java465 public @AutofillType int getAutofillType() { in getAutofillType()
DAbsSpinner.java509 public @AutofillType int getAutofillType() { in getAutofillType()
DTimePicker.java584 public @AutofillType int getAutofillType() { in getAutofillType()
DCompoundButton.java682 public @AutofillType int getAutofillType() { in getAutofillType()
DDatePicker.java834 public @AutofillType int getAutofillType() { in getAutofillType()
DTextView.java11741 public @AutofillType int getAutofillType() { in getAutofillType()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java635 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
1137 public @View.AutofillType int getAutofillType() { in getAutofillType()
2016 public void setAutofillType(@View.AutofillType int type) { in setAutofillType()