Searched refs:htmlText (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | ClipData.java | 250 public Builder setHtmlText(@Nullable String htmlText) { in setHtmlText() argument 251 mHtmlText = htmlText; in setHtmlText() 331 public Item(CharSequence text, String htmlText) { in Item() argument 332 this(text, htmlText, null, null, null); in Item() 363 public Item(CharSequence text, String htmlText, Intent intent, Uri uri) { in Item() argument 364 this(text, htmlText, intent, null, uri); in Item() 370 private Item(CharSequence text, String htmlText, Intent intent, IntentSender intentSender, in Item() argument 372 if (htmlText != null && text == null) { in Item() 377 mHtmlText = htmlText; in Item() 578 String htmlText = getHtmlText(); in coerceToStyledText() local [all …]
|
D | Intent.java | 12781 final String htmlText = getStringExtra(EXTRA_HTML_TEXT); in migrateExtraStreamToClipData() local 12782 if (stream != null || text != null || htmlText != null) { in migrateExtraStreamToClipData() 12785 new ClipData.Item(text, htmlText, null, stream)); in migrateExtraStreamToClipData() 12899 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null; in makeClipItem() local 12900 return new ClipData.Item(text, htmlText, null, uri); in makeClipItem()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |