Searched refs:getAutofillValue (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DDatePicker.java536 AutofillValue getAutofillValue(); method in interface:DatePicker.DatePickerDelegate
590 // The value that was passed to autofill() - it must be stored because it getAutofillValue()
639 // returned by getAutofillValue() matches it.
644 public final AutofillValue getAutofillValue() { method in class:DatePicker.AbstractDatePickerDelegate
821 public AutofillValue getAutofillValue() { method in class:DatePicker
822 return isEnabled() ? mDelegate.getAutofillValue() : null;
H A DTimePicker.java376 AutofillValue getAutofillValue(); method in interface:TimePicker.TimePickerDelegate
431 // The value that was passed to autofill() - it must be stored because it getAutofillValue()
466 // returned by getAutofillValue() matches it.
471 public final AutofillValue getAutofillValue() { method in class:TimePicker.AbstractTimePickerDelegate
577 public AutofillValue getAutofillValue() { method in class:TimePicker
578 return isEnabled() ? mDelegate.getAutofillValue() : null;
H A DRadioGroup.java455 public AutofillValue getAutofillValue() { method in class:RadioGroup
H A DAbsSpinner.java512 public AutofillValue getAutofillValue() { method in class:AbsSpinner
H A DCompoundButton.java602 public AutofillValue getAutofillValue() { method in class:CompoundButton
H A DTextView.java10769 * @see View#getAutofillValue()
10773 public AutofillValue getAutofillValue() { method in class:TextView
/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java821 final AutofillValue value = view.getAutofillValue();
1044 value = view.getAutofillValue();
1071 value = view.getAutofillValue();
1792 AutofillValue currentValue = view.getAutofillValue();
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1034 @Nullable public AutofillValue getAutofillValue() { method in class:AssistStructure.ViewNode
2174 + ", value=" + node.getAutofillValue()
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java1738 final AutofillValue value = node.getAutofillValue();
/frameworks/base/core/java/android/view/
H A DView.java1122 * <li>{@link #getAutofillValue()} to return a
7895 structure.setAutofillValue(getAutofillValue());
8113 * {@link #getAutofillValue()} must be equal to the {@code value} passed to it, otherwise the
8306 public AutofillValue getAutofillValue() { method in class:View
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt7308 HPLandroid/widget/CompoundButton;->getAutofillValue()Landroid/view/autofill/AutofillValue;
7893 HPLandroid/widget/TimePicker$TimePickerDelegate;->getAutofillValue()Landroid/view/autofill/AutofillValue;
[all...]

Completed in 6935 milliseconds