Home
last modified time | relevance | path

Searched refs:AutofillType (Results 1 – 10 of 10) 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.java439 public abstract void setAutofillType(@View.AutofillType int type); in setAutofillType()
DView.java1389 public @interface AutofillType {} annotation in View
9655 final @AutofillType int autofillType = getAutofillType();
10264 public @AutofillType int getAutofillType() {
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java113 private @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
452 public @View.AutofillType int getAutofillType() { in getAutofillType()
932 public void setAutofillType(@View.AutofillType int type) { in setAutofillType()
/frameworks/base/core/java/android/widget/
DRadioGroup.java467 public @AutofillType int getAutofillType() { in getAutofillType()
DAbsSpinner.java510 public @AutofillType int getAutofillType() { in getAutofillType()
DTimePicker.java586 public @AutofillType int getAutofillType() { in getAutofillType()
DDatePicker.java834 public @AutofillType int getAutofillType() { in getAutofillType()
DCompoundButton.java712 public @AutofillType int getAutofillType() { in getAutofillType()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java653 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
1227 public @View.AutofillType int getAutofillType() { in getAutofillType()
2240 public void setAutofillType(@View.AutofillType int type) { in setAutofillType()