Home
last modified time | relevance | path

Searched refs:getTextValue (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/autofill/
H A DValueFinder.java38 return (value == null || !value.isText()) ? null : value.getTextValue().toString(); in findByAutofillId()
H A DTextValueSanitizer.java78 final CharSequence text = value.getTextValue(); in sanitize()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/autofill/
H A DAutofillValueTest.java39 assertThat(result.getTextValue()).isEqualTo("hello"); in testWriteToParcel_text()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/
H A DExactMatch.java43 final String actualValueText = actualValue.getTextValue().toString(); in calculateScore()
H A DCreditCardMatcher.java75 final String actualValueText = actualValue.getTextValue().toString(); in calculateScore()
H A DEditDistanceScorer.java41 final String actualValueText = actualValue.getTextValue().toString(); in calculateScore()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillValue.java65 @NonNull public CharSequence getTextValue() { in getTextValue() method in AutofillValue
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineFillUi.java300 final String valueText = value.getTextValue().toString().toLowerCase(); in includeDataset()
H A DFillUi.java326 valueText = value.getTextValue().toString().toLowerCase(); in FillUi()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java617 return value.getTextValue().toString();
2813 final String newUrl = value.getTextValue().toString();
2933 && viewState.getCurrentValue().getTextValue() != null
2935 final int length = viewState.getCurrentValue().getTextValue().length();
2953 final CharSequence text = value.getTextValue();
3026 currentTextValue = currentValue.getTextValue().toString();
3052 filterText = value.getTextValue().toString();
H A DRemoteAugmentedAutofillService.java271 ? focusedValue.getTextValue().toString() : null; in maybeRequestShowInlineSuggestions()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h757 ssize_t getTextValue(Res_value* outValue) const;
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1268 mText.mText = value.getTextValue(); in updateAutofillValue()
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1259 ssize_t ResXMLParser::getTextValue(Res_value* outValue) const in getTextValue() function in android::ResXMLParser
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java11977 final ClipData clip = ClipData.newPlainText("", value.getTextValue()); in autofill()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java9272 final CharSequence text = value.getTextValue(); in autofill()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt51587 method @NonNull public CharSequence getTextValue();