Searched defs:mHtmlText (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DClipData.java190 final String mHtmlText; field in class:ClipData.Item
199 mHtmlText = null;
212 mHtmlText = htmlText;
222 mHtmlText = null;
232 mHtmlText = null;
243 mHtmlText = null;
260 mHtmlText = htmlText;
276 return mHtmlText;
603 if (mHtmlText != null) {
605 b.append(mHtmlText);
[all...]

Completed in 29 milliseconds