Searched refs:mHtmlText (Results 1 – 1 of 1) sorted by relevance
46 String mHtmlText; field in ClipboardSample75 mHtmlText = "<b>Link:</b> <a href=\"http://www.android.com\">Android</a>"; in onCreate()78 tv.setText(mHtmlText); in onCreate()117 mClipboard.setPrimaryClip(ClipData.newHtmlText("HTML Text", mHtmlPlainText, mHtmlText)); in pasteHtmlText()