/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TimePicker.java | 388 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 D | DatePicker.java | 554 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 D | RadioGroup.java | 472 public AutofillValue getAutofillValue() { in getAutofillValue() method in RadioGroup
|
H A D | AbsSpinner.java | 515 public AutofillValue getAutofillValue() { in getAutofillValue() method in AbsSpinner
|
H A D | CompoundButton.java | 717 public AutofillValue getAutofillValue() { in getAutofillValue() method in CompoundButton
|
H A D | TextView.java | 13651 public AutofillValue getAutofillValue() { in getAutofillValue() method
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 1608 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 D | ViewNode.java | 462 @Nullable public AutofillValue getAutofillValue() { in getAutofillValue() method in ViewNode
|
/aosp14/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 1221 @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 D | Session.java | 3689 final AutofillValue value = node.getAutofillValue(); in getValueFromContextsLocked()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 9221 structure.setAutofillValue(getAutofillValue()); 9791 public AutofillValue getAutofillValue() { in getAutofillValue() method in View
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19907 HSPLandroid/widget/CompoundButton;->getAutofillValue()Landroid/view/autofill/AutofillValue; 20815 HSPLandroid/widget/TextView;->getAutofillValue()Landroid/view/autofill/AutofillValue;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 66612 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 D | boot-image-profile.txt | 19971 HSPLandroid/widget/CompoundButton;->getAutofillValue()Landroid/view/autofill/AutofillValue; 20879 HSPLandroid/widget/TextView;->getAutofillValue()Landroid/view/autofill/AutofillValue;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 8527 method @Nullable public android.view.autofill.AutofillValue getAutofillValue(); 52114 method @Nullable public android.view.autofill.AutofillValue getAutofillValue();
|