Searched refs:getTextValue (Results 1 – 12 of 12) sorted by relevance
38 return (value == null || !value.isText()) ? null : value.getTextValue().toString(); in findByAutofillId()
78 final CharSequence text = value.getTextValue(); in sanitize()
65 @NonNull public CharSequence getTextValue() { in getTextValue() method in AutofillValue
418 return value.getTextValue().toString(); in findByAutofillId()2324 final String newUrl = value.getTextValue().toString(); in updateLocked()2348 && viewState.getCurrentValue().getTextValue() != null in updateLocked()2350 final int length = viewState.getCurrentValue().getTextValue().length(); in updateLocked()2396 final CharSequence text = value.getTextValue(); in updateLocked()2489 filterText = value.getTextValue().toString(); in onFillReady()
320 valueText = value.getTextValue().toString().toLowerCase(); in FillUi()
736 ssize_t getTextValue(Res_value* outValue) const;
1195 mText.mText = value.getTextValue(); in updateAutofillValue()
1142 ssize_t ResXMLParser::getTextValue(Res_value* outValue) const in getTextValue() function in android::ResXMLParser
11611 final CharSequence autofilledValue = value.getTextValue(); in autofill()
8737 final CharSequence text = value.getTextValue();
18081 HPLandroid/view/autofill/AutofillValue;->getTextValue()Ljava/lang/CharSequence;
52806 method @NonNull public CharSequence getTextValue();