Searched refs:htmlText (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | ClipData.java | 239 public Item(CharSequence text, String htmlText) { in Item() argument 241 mHtmlText = htmlText; in Item() 283 public Item(CharSequence text, String htmlText, Intent intent, Uri uri) { in Item() argument 284 if (htmlText != null && text == null) { in Item() 289 mHtmlText = htmlText; in Item() 432 String htmlText = getHtmlText(); in coerceToStyledText() local 433 if (htmlText != null) { in coerceToStyledText() 435 CharSequence newText = Html.fromHtml(htmlText); in coerceToStyledText() 479 String htmlText = getHtmlText(); in coerceToHtmlText() local 480 if (htmlText != null) { in coerceToHtmlText() [all …]
|
D | Intent.java | 10947 final String htmlText = getStringExtra(EXTRA_HTML_TEXT); in migrateExtraStreamToClipData() local 10948 if (stream != null || text != null || htmlText != null) { in migrateExtraStreamToClipData() 10951 new ClipData.Item(text, htmlText, null, stream)); in migrateExtraStreamToClipData() 11041 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null; in makeClipItem() local 11042 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/ ... |