Searched defs:mHtmlText (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/content/
H A DClipData.java195 final String mHtmlText; field in class:ClipData.Item
202 mHtmlText = other.mHtmlText;
212 mHtmlText = null;
225 mHtmlText = htmlText;
235 mHtmlText = null;
245 mHtmlText = null;
256 mHtmlText = null;
273 mHtmlText = htmlText;
289 return mHtmlText;
[all...]

Completed in 52 milliseconds