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

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

Completed in 25 milliseconds