Home
last modified time | relevance | path

Searched refs:redactContent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
DClipData.java802 public void toShortString(StringBuilder b, boolean redactContent) { in toShortString() argument
806 if (redactContent) { in toShortString()
817 if (redactContent) { in toShortString()
828 if (redactContent) { in toShortString()
840 mIntent.toShortString(b, redactContent, true, true, true); in toShortString()
1251 public void toShortString(StringBuilder b, boolean redactContent) { in toShortString() argument
1254 first = !mClipDescription.toShortString(b, redactContent); in toShortString()
1281 mItems.get(i).toShortString(b, redactContent); in toShortString()
DClipDescription.java494 public boolean toShortString(StringBuilder b, boolean redactContent) { in toShortString() argument
501 if (redactContent) { in toShortString()
512 if (redactContent) { in toShortString()