Home
last modified time | relevance | path

Searched refs:getAutofillType (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DRadioGroup.java467 public @AutofillType int getAutofillType() { in getAutofillType() method in RadioGroup
H A DAbsSpinner.java510 public @AutofillType int getAutofillType() { in getAutofillType() method in AbsSpinner
H A DTimePicker.java586 public @AutofillType int getAutofillType() { in getAutofillType() method in TimePicker
H A DCompoundButton.java712 public @AutofillType int getAutofillType() { in getAutofillType() method in CompoundButton
H A DDatePicker.java834 public @AutofillType int getAutofillType() { in getAutofillType() method in DatePicker
H A DTextView.java10861 return getAutofillType() != AUTOFILL_TYPE_NONE; in isAutofillable()
11983 public @AutofillType int getAutofillType() { in getAutofillType() method in TextView.Drawables
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java234 if (!autofillableOnly || node.getAutofillType() != View.AUTOFILL_TYPE_NONE) { in addAutofillableIds()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java266 assertThat(view.getAutofillType()).isEqualTo(AUTOFILL_TYPE_TEXT); in assertSmallView()
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java452 public @View.AutofillType int getAutofillType() { in getAutofillType() method in ViewNode
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1187 public @View.AutofillType int getAutofillType() { in getAutofillType() method in AssistStructure.ViewNode
2473 + ", type=" + node.getAutofillType() in dump()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java8880 final @AutofillType int autofillType = getAutofillType();
9410 public @AutofillType int getAutofillType() { in getAutofillType() method in View
9991 if (getAutofillType() == AUTOFILL_TYPE_NONE) return false; in isAutofillable()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt17619 HSPLandroid/view/View;->getAutofillType()I
19858 HSPLandroid/widget/AbsSpinner;->getAutofillType()I
19924 HSPLandroid/widget/CompoundButton;->getAutofillType()I+]Landroid/widget/CompoundButton;missing_types
20818 HSPLandroid/widget/TextView;->getAutofillType()I+]Landroid/widget/TextView;megamorphic_types
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt17668 HSPLandroid/view/View;->getAutofillType()I
19906 HSPLandroid/widget/AbsSpinner;->getAutofillType()I
19972 HSPLandroid/widget/CompoundButton;->getAutofillType()I+]Landroid/widget/CompoundButton;missing_types
20865 HSPLandroid/widget/TextView;->getAutofillType()I+]Landroid/widget/TextView;megamorphic_types
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt7721 method public int getAutofillType();
48731 method public int getAutofillType();