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.java44 private final @View.AutofillType int mType;
47 private AutofillValue(@View.AutofillType int type, @NonNull Object value) { in AutofillValue()
/frameworks/base/core/java/android/view/
DViewStructure.java330 public abstract void setAutofillType(@View.AutofillType int type); in setAutofillType()
DView.java1202 public @interface AutofillType {} annotation in View
7889 final @AutofillType int autofillType = getAutofillType();
8269 public @AutofillType int getAutofillType() {
/frameworks/base/core/java/android/widget/
DRadioGroup.java450 public @AutofillType int getAutofillType() { in getAutofillType()
DAbsSpinner.java507 public @AutofillType int getAutofillType() { in getAutofillType()
DCompoundButton.java597 public @AutofillType int getAutofillType() { in getAutofillType()
DTimePicker.java572 public @AutofillType int getAutofillType() { in getAutofillType()
DDatePicker.java816 public @AutofillType int getAutofillType() { in getAutofillType()
DTextView.java10759 public @AutofillType int getAutofillType() { in getAutofillType()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java626 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
1007 public @View.AutofillType int getAutofillType() { in getAutofillType()
1857 public void setAutofillType(@View.AutofillType int type) { in setAutofillType()
/frameworks/base/config/
Dhiddenapi-private-dex.txt96938 Landroid/view/View$AutofillType;