Home
last modified time | relevance | path

Searched defs:htmlText (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
DClipData.java232 public Item(CharSequence text, String htmlText) { in Item()
276 public Item(CharSequence text, String htmlText, Intent intent, Uri uri) { in Item()
425 String htmlText = getHtmlText(); in coerceToStyledText() local
472 String htmlText = getHtmlText(); in coerceToHtmlText() local
784 String htmlText) { in newHtmlText()
1158 String htmlText = in.readString8(); in ClipData() local
DIntent.java11330 final String htmlText = getStringExtra(EXTRA_HTML_TEXT); in migrateExtraStreamToClipData() local
11443 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null; in makeClipItem() local