Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DMyAutofillService.java124 AutofillValue.forText(response.mUsername.second)); in handleRequest()
129 AutofillValue.forText(response.mPassword.second)); in handleRequest()
/frameworks/base/core/java/android/service/autofill/
DTextValueSanitizer.java88 return AutofillValue.forText(sanitized); in sanitize()
/frameworks/base/core/java/android/view/autofill/
DAutofillValue.java269 public static AutofillValue forText(@Nullable CharSequence value) { in forText() method in AutofillValue
DAutofillManager.java2802 AutofillValue.forText(node.getText())); in notifyValueChanged()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java558 strategy.calculateScores(callback, Arrays.asList(AutofillValue.forText(value1)), in calculateScore()
/frameworks/base/core/java/android/widget/
DTextView.java11670 return AutofillValue.forText(text); in getAutofillValue()
/frameworks/base/core/java/android/view/
DView.java9695 structure.setAutofillValue(AutofillValue.forText(text));
/frameworks/base/non-updatable-api/
Dcurrent.txt54166 method public static android.view.autofill.AutofillValue forText(@Nullable CharSequence);
/frameworks/base/api/
Dcurrent.txt54310 method public static android.view.autofill.AutofillValue forText(@Nullable CharSequence);