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

/frameworks/base/core/java/android/content/
H A DIntent.java9093 final ArrayList<String> htmlTexts = getStringArrayListExtra(EXTRA_HTML_TEXT);
9105 if (htmlTexts != null) {
9106 if (num >= 0 && num != htmlTexts.size()) {
9110 num = htmlTexts.size();
9115 makeClipItem(streams, texts, htmlTexts, 0));
9118 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i));
9147 ArrayList<String> htmlTexts, int which) {
9150 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null;
9146 makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, ArrayList<String> htmlTexts, int which) argument

Completed in 120 milliseconds