Searched refs:getTextValue (Results 1 – 16 of 16) sorted by relevance
38 return (value == null || !value.isText()) ? null : value.getTextValue().toString(); in findByAutofillId()
77 final CharSequence text = value.getTextValue(); in sanitize()
39 assertThat(result.getTextValue()).isEqualTo("hello"); in testWriteToParcel_text()
65 @NonNull public CharSequence getTextValue() { in getTextValue() method in AutofillValue
300 final String valueText = value.getTextValue().toString().toLowerCase(); in includeDataset()
322 valueText = value.getTextValue().toString().toLowerCase(); in createDatasetItems()
339 valueText = value.getTextValue().toString().toLowerCase(); in FillUi()
272 ? focusedValue.getTextValue().toString() : null; in maybeRequestShowInlineSuggestions()
1017 return value.getTextValue().toString(); in findByAutofillId()4110 final String newUrl = value.getTextValue().toString(); in updateLocked()4291 && viewState.getCurrentValue().getTextValue() != null in logIfViewClearedLocked()4293 final int length = viewState.getCurrentValue().getTextValue().length(); in logIfViewClearedLocked()4311 final CharSequence text = value.getTextValue(); in updateViewStateAndUiOnValueChangedLocked()4384 currentTextValue = currentValue.getTextValue().toString(); in updateFilteringStateOnValueChangedLocked()4417 filterText = value.getTextValue().toString(); in onFillReady()
761 ssize_t getTextValue(Res_value* outValue) const;
1275 mText.mText = value.getTextValue(); in updateAutofillValue()
1272 ssize_t ResXMLParser::getTextValue(Res_value* outValue) const in getTextValue() function in android::ResXMLParser
13631 final ClipData clip = ClipData.newPlainText("", value.getTextValue()); in autofill()
9607 final CharSequence text = value.getTextValue(); in autofill()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
55119 method @NonNull public CharSequence getTextValue();