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

/frameworks/base/core/java/android/content/
H A DIntent.java6873 final ArrayList<String> htmlTexts = getStringArrayListExtra(EXTRA_HTML_TEXT);
6885 if (htmlTexts != null) {
6886 if (num >= 0 && num != htmlTexts.size()) {
6890 num = htmlTexts.size();
6895 makeClipItem(streams, texts, htmlTexts, 0));
6898 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i));
6913 ArrayList<String> htmlTexts, int which) {
6916 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null;
6912 makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, ArrayList<String> htmlTexts, int which) argument

Completed in 81 milliseconds