Home
last modified time | relevance | path

Searched refs:forText (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillValue.java260 public static AutofillValue forText(@Nullable CharSequence value) { in forText() method in AutofillValue
/frameworks/base/core/java/android/widget/
DTextView.java10332 return isTextEditable() ? AutofillValue.forText(getText()) : null; in getAutofillValue()
/frameworks/base/api/
Dcurrent.txt47647 method public static android.view.autofill.AutofillValue forText(java.lang.CharSequence);
Dsystem-current.txt51190 method public static android.view.autofill.AutofillValue forText(java.lang.CharSequence);