Home
last modified time | relevance | path

Searched refs:ACTION_SEND_MULTIPLE (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/widget/
DShareActionProvider.java281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()
304 Intent.ACTION_SEND_MULTIPLE.equals(action)) { in onMenuItemClick()
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md8 which in turn delivers it to the end user through a `ACTION_SEND_MULTIPLE`
16 in the `ACTION_SEND_MULTIPLE` intent.
22 file as the `ACTION_SEND_MULTIPLE` attachment.
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java120 Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in getIntent()
DDumpTruck.java146 Intent shareIntent = new Intent(Intent.ACTION_SEND_MULTIPLE); in createShareIntent()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java856 } else if (Intent.ACTION_SEND_MULTIPLE.equals(action)) {
1305 } else if (Intent.ACTION_SEND_MULTIPLE.equals(action)) {
3076 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) {
DResolverActivity.java186 SEND_MULTIPLE(Intent.ACTION_SEND_MULTIPLE,
/frameworks/base/core/java/android/content/
DIntent.java1262 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in Intent
11075 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in fixUris()
11154 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java1128 sendIntent.setAction(Intent.ACTION_SEND_MULTIPLE); in createSendUriIntentWithPreview()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java897 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in buildSendIntent()
/frameworks/base/services/core/java/com/android/server/pm/
DComponentResolver.java78 PROTECTED_ACTIONS.add(Intent.ACTION_SEND_MULTIPLE);
/frameworks/base/core/java/android/content/pm/
DPackageParser.java5589 || intent.hasAction(Intent.ACTION_SEND_MULTIPLE); in isImplicitlyExposedIntent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7678 …field public static final java.lang.String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULT…
/frameworks/base/non-updatable-api/
Dcurrent.txt10314 field public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE";
/frameworks/base/api/
Dcurrent.txt10314 field public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE";