Home
last modified time | relevance | path

Searched refs:clearText (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java72 clearText(textView); in testPopupSetListSelection()
99 clearText(textView); in testPopupGetListSelection()
132 clearText(textView); in testPopupClearListSelection()
166 clearText(textView); in testPopupNavigateNoAdapter()
221 clearText(textView); in testPopupShow()
253 private void clearText(final AutoCompleteTextView textView) throws Throwable { in clearText() method in AutoCompleteTextViewPopup
H A DSuggestionsPopupWindowTest.java30 import static androidx.test.espresso.action.ViewActions.clearText;
350 .perform(clearText()); in testTextAppearanceInSuggestionsPopup()
/aosp14/frameworks/base/core/java/android/util/
H A DHashedStringCache.java99 public HashResult hashString(Context context, String tag, String clearText, in hashString() argument
102 || TextUtils.isEmpty(clearText) || TextUtils.isEmpty(tag)) { in hashString()
107 String hashText = mHashes.get(clearText); in hashString()
114 mDigester.update(clearText.getBytes(UTF_8)); in hashString()
118 mHashes.put(clearText, hashText); in hashString()
/aosp14/frameworks/base/core/java/android/widget/
H A DDialerFilter.java347 public void clearText() { in clearText() method in DialerFilter
/aosp14/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1743 clearText(); in clear()
2061 public void clearText() { in clearText() method in Cea708CCWidget.CCWindowLayout
/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.txt58484 method @Deprecated public void clearText();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25505 Landroid/media/Cea708CCWidget$CCWindowLayout;->clearText()V