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

/frameworks/base/core/java/android/content/
H A DClipData.java80 * can use the convenience method {@link Item#coerceToText Item.coerceToText}.
109 * <p>For example, the implementation of {@link Item#coerceToText Item.coerceToText}
112 * {@sample frameworks/base/core/java/android/content/ClipData.java coerceToText}
150 * into an editor), then {@link Item#coerceToText(Context)} will ask the content
322 //BEGIN_INCLUDE(coerceToText)
323 public CharSequence coerceToText(Context context) { method in class:ClipData.Item
387 //END_INCLUDE(coerceToText)

Completed in 71 milliseconds