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

/frameworks/base/core/java/android/content/
H A DIntent.java7253 final ArrayList<String> htmlTexts = getStringArrayListExtra(EXTRA_HTML_TEXT);
7265 if (htmlTexts != null) {
7266 if (num >= 0 && num != htmlTexts.size()) {
7270 num = htmlTexts.size();
7275 makeClipItem(streams, texts, htmlTexts, 0));
7278 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i));
7293 ArrayList<String> htmlTexts, int which) {
7296 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null;
7292 makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, ArrayList<String> htmlTexts, int which) argument

Completed in 38 milliseconds