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

/frameworks/base/core/java/android/content/
H A DIntent.java1123 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in class:Intent
7771 } else if (ACTION_SEND_MULTIPLE.equals(action)) {
7792 * {@link #ACTION_SEND_MULTIPLE} to {@link ClipData}. Also inspects nested
7850 } else if (ACTION_SEND_MULTIPLE.equals(action)) {

Completed in 44 milliseconds