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

  /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));
  /frameworks/base/core/java/android/content/
ClipData.java 195 final String mHtmlText;
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...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 3091 milliseconds