Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DClipData.java239 public Item(CharSequence text, String htmlText) { in Item()
283 public Item(CharSequence text, String htmlText, Intent intent, Uri uri) { in Item()
432 String htmlText = getHtmlText(); in coerceToStyledText() local
479 String htmlText = getHtmlText(); in coerceToHtmlText() local
791 String htmlText) { in newHtmlText()
1172 String htmlText = readHtmlTextFromParcel(in); in ClipData() local
DIntent.java11142 final String htmlText = getStringExtra(EXTRA_HTML_TEXT); in migrateExtraStreamToClipData() local
11236 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null; in makeClipItem() local