Home
last modified time | relevance | path

Searched refs:ACTION_SEND_MULTIPLE (Results 1 – 15 of 15) 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/services/core/java/com/android/server/pm/
DDefaultCrossProfileIntentFiltersUtils.java348 .addAction(Intent.ACTION_SEND_MULTIPLE)
470 .addAction(Intent.ACTION_SEND_MULTIPLE)
486 .addAction(Intent.ACTION_SEND_MULTIPLE)
/frameworks/base/core/java/com/android/internal/app/
DChooserActivityLogger.java234 case Intent.ACTION_SEND_MULTIPLE: in typeFromIntentString()
DResolverActivity.java299 SEND_MULTIPLE(Intent.ACTION_SEND_MULTIPLE,
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java127 Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in getIntent()
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DComponentParseUtils.java51 || intentFilter.hasAction(Intent.ACTION_SEND_MULTIPLE); in isImplicitlyExposedIntent()
/frameworks/base/core/java/android/content/
DIntent.java1336 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in Intent
12701 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in fixUris()
12795 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/base/services/core/java/com/android/server/pm/resolution/
DComponentResolver.java103 PROTECTED_ACTIONS.add(Intent.ACTION_SEND_MULTIPLE);
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1203 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in buildSendIntent()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java3013 sendIntent.setAction(Intent.ACTION_SEND_MULTIPLE); in createSendUriIntentWithPreview()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java5562 || intent.hasAction(Intent.ACTION_SEND_MULTIPLE); in isImplicitlyExposedIntent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt11262 field public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE";