Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/tests/
DBase64_test.cpp81 const AString clearText[] = { in TEST_F() local
87 verifyDecode(clearText, base64); in TEST_F()
98 const AString clearText[] = { in TEST_F() local
105 verifyDecode(clearText, base64Url); in TEST_F()
122 const AString clearText[] = { in TEST_F() local
134 verifyEncode(base64, clearText); in TEST_F()
138 const AString clearText[] = { in TEST_F() local
152 verifyEncode(base64Url, clearText); in TEST_F()
/frameworks/base/core/tests/coretests/src/android/widget/
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
DSuggestionsPopupWindowTest.java33 import static androidx.test.espresso.action.ViewActions.clearText;
358 .perform(clearText()); in testTextAppearanceInSuggestionsPopup()
/frameworks/base/core/java/android/util/
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()
/frameworks/base/core/java/android/widget/
DDialerFilter.java347 public void clearText() { in clearText() method in DialerFilter
/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java1743 clearText(); in clear()
2061 public void clearText() { in clearText() method in Cea708CCWidget.CCWindowLayout
/frameworks/base/core/api/
Dcurrent.txt54510 method @Deprecated public void clearText();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37253 method public void clearText();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt28383 Landroid/media/Cea708CCWidget$CCWindowLayout;->clearText()V