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

/frameworks/base/core/java/android/content/
H A DClipData.java88 * can use the convenience method {@link Item#coerceToText Item.coerceToText}.
117 * <p>For example, the implementation of {@link Item#coerceToText Item.coerceToText}
120 * {@sample frameworks/base/core/java/android/content/ClipData.java coerceToText}
158 * into an editor), then {@link Item#coerceToText(Context)} will ask the content
330 //BEGIN_INCLUDE(coerceToText)
331 public CharSequence coerceToText(Context context) { method in class:ClipData.Item
404 //END_INCLUDE(coerceToText)

Completed in 204 milliseconds