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

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

Completed in 116 milliseconds