Home
last modified time | relevance | path

Searched refs:newHtmlText (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
H A DIntentCreatorTest.java109 ClipData clipData = ClipData.newHtmlText("Test", "Some HTML", in test_getShareIntent_html()
/aosp14/frameworks/base/core/java/android/content/
H A DClipData.java868 static public ClipData newHtmlText(CharSequence label, CharSequence text, in newHtmlText() method in ClipData
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java1295 clip = ClipData.newHtmlText("html", "styledtext", "<b>styledtext</b>"); in initializeClipboardWithText()
/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.txt9740 method public static android.content.ClipData newHtmlText(CharSequence, CharSequence, String);