Home | History | Annotate | Download | only in content

Lines Matching refs:htmlText

6667                 final String htmlText = getStringExtra(EXTRA_HTML_TEXT);
6668 if (stream != null || text != null || htmlText != null) {
6671 new ClipData.Item(text, htmlText, null, stream));
6726 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null;
6727 return new ClipData.Item(text, htmlText, null, uri);