Searched refs:getTextValue (Results 1 – 15 of 15) 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
349 final String valueText = value.getTextValue().toString().toLowerCase(); in includeDataset()
322 valueText = value.getTextValue().toString().toLowerCase(); in createDatasetItems()
351 valueText = value.getTextValue().toString().toLowerCase(); in FillUi()
272 ? focusedValue.getTextValue().toString() : null; in maybeRequestShowInlineSuggestions()
1116 return value.getTextValue().toString(); in findByAutofillId()4565 final String newUrl = value.getTextValue().toString(); in updateLocked()4790 && viewState.getCurrentValue().getTextValue() != null in logIfViewClearedLocked()4792 final int length = viewState.getCurrentValue().getTextValue().length(); in logIfViewClearedLocked()4810 && viewState.getCurrentValue().getTextValue() != null in updateViewStateAndUiOnValueChangedLocked()4811 && viewState.getCurrentValue().getTextValue().length() > 1) { in updateViewStateAndUiOnValueChangedLocked()4823 final CharSequence text = value.getTextValue(); in updateViewStateAndUiOnValueChangedLocked()4898 currentTextValue = currentValue.getTextValue().toString(); in updateFilteringStateOnValueChangedLocked()4931 filterText = value.getTextValue().toString(); in onFillReady()
767 ssize_t getTextValue(Res_value* outValue) const;
1342 mText.mText = value.getTextValue(); in updateAutofillValue()
1326 ssize_t ResXMLParser::getTextValue(Res_value* outValue) const in getTextValue() function in android::ResXMLParser
10057 final CharSequence text = value.getTextValue();
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
55711 method @NonNull public CharSequence getTextValue();