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

/frameworks/base/core/java/android/content/
H A DIntent.java8162 final ArrayList<String> htmlTexts = getStringArrayListExtra(EXTRA_HTML_TEXT);
8174 if (htmlTexts != null) {
8175 if (num >= 0 && num != htmlTexts.size()) {
8179 num = htmlTexts.size();
8184 makeClipItem(streams, texts, htmlTexts, 0));
8187 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i));
8216 ArrayList<String> htmlTexts, int which) {
8219 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null;
8215 makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, ArrayList<String> htmlTexts, int which) argument

Completed in 310 milliseconds