Searched refs:htmlText (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | ClipData.java | 232 public Item(CharSequence text, String htmlText) { in Item() argument 234 mHtmlText = htmlText; in Item() 276 public Item(CharSequence text, String htmlText, Intent intent, Uri uri) { in Item() argument 277 if (htmlText != null && text == null) { in Item() 282 mHtmlText = htmlText; in Item() 425 String htmlText = getHtmlText(); in coerceToStyledText() local 426 if (htmlText != null) { in coerceToStyledText() 428 CharSequence newText = Html.fromHtml(htmlText); in coerceToStyledText() 472 String htmlText = getHtmlText(); in coerceToHtmlText() local 473 if (htmlText != null) { in coerceToHtmlText() [all …]
|
D | Intent.java | 11330 final String htmlText = getStringExtra(EXTRA_HTML_TEXT); in migrateExtraStreamToClipData() local 11331 if (stream != null || text != null || htmlText != null) { in migrateExtraStreamToClipData() 11334 new ClipData.Item(text, htmlText, null, stream)); in migrateExtraStreamToClipData() 11443 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null; in makeClipItem() local 11444 return new ClipData.Item(text, htmlText, null, uri); in makeClipItem()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |