Home
last modified time | relevance | path

Searched refs:mHtmlText (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/content/
DClipboardSample.java46 String mHtmlText; field in ClipboardSample
75 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()