Home
last modified time | relevance | path

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

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