Home
last modified time | relevance | path

Searched refs:getAutofillValue (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DTimePicker.java388 AutofillValue getAutofillValue(); in getAutofillValue() method
485 public final AutofillValue getAutofillValue() { in getAutofillValue() method in TimePicker.AbstractTimePickerDelegate
591 public AutofillValue getAutofillValue() { in getAutofillValue() method in TimePicker
592 return isEnabled() ? mDelegate.getAutofillValue() : null; in getAutofillValue()
H A DDatePicker.java554 AutofillValue getAutofillValue(); in getAutofillValue() method
662 public final AutofillValue getAutofillValue() { in getAutofillValue() method in DatePicker.AbstractDatePickerDelegate
839 public AutofillValue getAutofillValue() { in getAutofillValue() method in DatePicker
840 return isEnabled() ? mDelegate.getAutofillValue() : null; in getAutofillValue()
H A DRadioGroup.java472 public AutofillValue getAutofillValue() { in getAutofillValue() method in RadioGroup
H A DAbsSpinner.java515 public AutofillValue getAutofillValue() { in getAutofillValue() method in AbsSpinner
H A DCompoundButton.java717 public AutofillValue getAutofillValue() { in getAutofillValue() method in CompoundButton
H A DTextView.java13651 public AutofillValue getAutofillValue() { in getAutofillValue() method
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1608 view, view.getAutofillId(), /* bounds= */ null, view.getAutofillValue(), flags); in notifyViewEntered()
1869 value = view.getAutofillValue(); in notifyValueChanged()
1899 value = view.getAutofillValue(); in notifyValueChanged()
2311 /* bounds= */ null, focusView.getAutofillValue(), /* flags= */ 0); in onAuthenticationResult()
2588 final AutofillValue value = view.getAutofillValue(); in startAutofillIfNeededLocked()
2832 AutofillValue currentValue = view.getAutofillValue(); in setAutofilledIfValuesIs()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java462 @Nullable public AutofillValue getAutofillValue() { in getAutofillValue() method in ViewNode
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1221 @Nullable public AutofillValue getAutofillValue() { in getAutofillValue() method in AssistStructure.ViewNode
2496 + ", value=" + node.getAutofillValue() in dump()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java3689 final AutofillValue value = node.getAutofillValue(); in getValueFromContextsLocked()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java9221 structure.setAutofillValue(getAutofillValue());
9791 public AutofillValue getAutofillValue() { in getAutofillValue() method in View
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19907 HSPLandroid/widget/CompoundButton;->getAutofillValue()Landroid/view/autofill/AutofillValue;
20815 HSPLandroid/widget/TextView;->getAutofillValue()Landroid/view/autofill/AutofillValue;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66612 Landroid/widget/DatePicker$AbstractDatePickerDelegate;->getAutofillValue()Landroid/view/autofill/Au…
66632 Landroid/widget/DatePicker$DatePickerDelegate;->getAutofillValue()Landroid/view/autofill/AutofillVa…
70682 Landroid/widget/TimePicker$AbstractTimePickerDelegate;->getAutofillValue()Landroid/view/autofill/Au…
70695 Landroid/widget/TimePicker$TimePickerDelegate;->getAutofillValue()Landroid/view/autofill/AutofillVa…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19971 HSPLandroid/widget/CompoundButton;->getAutofillValue()Landroid/view/autofill/AutofillValue;
20879 HSPLandroid/widget/TextView;->getAutofillValue()Landroid/view/autofill/AutofillValue;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt8527 method @Nullable public android.view.autofill.AutofillValue getAutofillValue();
52114 method @Nullable public android.view.autofill.AutofillValue getAutofillValue();