Home
last modified time | relevance | path

Searched refs:htmlText (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/
H A DClipData.java248 mHtmlText = htmlText; in Item()
291 if (htmlText != null && text == null) { in Item()
296 mHtmlText = htmlText; in Item()
478 String htmlText = getHtmlText(); in coerceToStyledText() local
479 if (htmlText != null) { in coerceToStyledText()
525 String htmlText = getHtmlText(); in coerceToHtmlText() local
526 if (htmlText != null) { in coerceToHtmlText()
527 return htmlText; in coerceToHtmlText()
869 String htmlText) { in newHtmlText() argument
870 Item item = new Item(text, htmlText); in newHtmlText()
[all …]
H A DIntent.java11627 final String htmlText = getStringExtra(EXTRA_HTML_TEXT); in migrateExtraStreamToClipData() local
11628 if (stream != null || text != null || htmlText != null) { in migrateExtraStreamToClipData()
11631 new ClipData.Item(text, htmlText, null, stream)); in migrateExtraStreamToClipData()
11740 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null; in makeClipItem() local
11741 return new ClipData.Item(text, htmlText, null, uri); in makeClipItem()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DUiUtils.java348 public static String stripHtml(final String htmlText) { in stripHtml() argument
350 final Spanned markup = Html.fromHtml(htmlText); in stripHtml()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...