HomeSort by relevance Sort by last modified time
    Searched defs:coerceToText (Results 1 - 7 of 7) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java 182 mDataText.setText(item.coerceToText(this));
  /frameworks/base/core/java/android/content/
ClipData.java 76 * can use the convenience method {@link Item#coerceToText Item.coerceToText}.
105 * <p>For example, the implementation of {@link Item#coerceToText Item.coerceToText}
108 * {@sample frameworks/base/core/java/android/content/ClipData.java coerceToText}
146 * into an editor), then {@link Item#coerceToText(Context)} will ask the content
310 //BEGIN_INCLUDE(coerceToText)
311 public CharSequence coerceToText(Context context) {
375 //END_INCLUDE(coerceToText)
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 482 milliseconds