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

/frameworks/base/core/java/android/content/
H A DIntent.java7854 final ArrayList<String> htmlTexts = getStringArrayListExtra(EXTRA_HTML_TEXT);
7866 if (htmlTexts != null) {
7867 if (num >= 0 && num != htmlTexts.size()) {
7871 num = htmlTexts.size();
7876 makeClipItem(streams, texts, htmlTexts, 0));
7879 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i));
7908 ArrayList<String> htmlTexts, int which) {
7911 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null;
7907 makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, ArrayList<String> htmlTexts, int which) argument

Completed in 429 milliseconds