HomeSort by relevance Sort by last modified time
    Searched refs:mHtmlText (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/
ClipData.java 186 final String mHtmlText;
195 mHtmlText = null;
208 mHtmlText = htmlText;
218 mHtmlText = null;
228 mHtmlText = null;
239 mHtmlText = null;
256 mHtmlText = htmlText;
272 return mHtmlText;
594 if (mHtmlText != null) {
596 b.append(mHtmlText);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java 46 String mHtmlText;
75 mHtmlText = "<b>Link:</b> <a href=\"http://www.android.com\">Android</a>";
78 tv.setText(mHtmlText);
117 mClipboard.setPrimaryClip(ClipData.newHtmlText("HTML Text", mHtmlPlainText, mHtmlText));

Completed in 33 milliseconds