Home
last modified time | relevance | path

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

/aosp14/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.java77 final CharSequence text = value.getTextValue(); in sanitize()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/autofill/
H A DAutofillValueTest.java39 assertThat(result.getTextValue()).isEqualTo("hello"); in testWriteToParcel_text()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillValue.java65 @NonNull public CharSequence getTextValue() { in getTextValue() method in AutofillValue
/aosp14/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 DDialogFillUi.java322 valueText = value.getTextValue().toString().toLowerCase(); in createDatasetItems()
H A DFillUi.java339 valueText = value.getTextValue().toString().toLowerCase(); in FillUi()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteAugmentedAutofillService.java272 ? focusedValue.getTextValue().toString() : null; in maybeRequestShowInlineSuggestions()
H A DSession.java1017 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()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h761 ssize_t getTextValue(Res_value* outValue) const;
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1275 mText.mText = value.getTextValue(); in updateAutofillValue()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1272 ssize_t ResXMLParser::getTextValue(Res_value* outValue) const in getTextValue() function in android::ResXMLParser
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java13631 final ClipData clip = ClipData.newPlainText("", value.getTextValue()); in autofill()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java9607 final CharSequence text = value.getTextValue(); in autofill()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55119 method @NonNull public CharSequence getTextValue();