Home
last modified time | relevance | path

Searched refs:ACTION_SEND (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIntentForwarderActivityTest.java164 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_canForward_sendIntent()
170 assertEquals(Intent.ACTION_SEND, intentCaptor.getValue().getAction()); in forwardToManagedProfile_canForward_sendIntent()
180 assertEquals(Intent.ACTION_SEND, activity.mStartActivityIntent.getAction()); in forwardToManagedProfile_canForward_sendIntent()
204 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_cannotForward_sendIntent()
225 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_noManagedProfile_sendIntent()
244 Intent sendIntent = new Intent(Intent.ACTION_SEND); in launchInSameProfile_chooserIntent()
257 assertEquals(Intent.ACTION_SEND, innerIntent.getAction()); in launchInSameProfile_chooserIntent()
318 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_notWhitelisted()
333 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_withResolverActivity()
596 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_LoggingTest()
[all …]
H A DChooserActivityTest.java826 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testNearbyShareLogging()
897 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testEditImageLogs()
2154 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testAppTargetLogging()
2258 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testDirectTargetLogging()
2322 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testEmptyDirectRowLogging()
2386 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testCopyTextToClipboardLogging()
2453 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testSwitchProfileLogging()
2977 sendIntent.setAction(Intent.ACTION_SEND); in createSendTextIntent()
2985 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
2998 sendIntent.setAction(Intent.ACTION_SEND); in createSendTextIntentWithPreview()
[all …]
H A DChooserActivityWorkProfileTest.java361 sendIntent.setAction(Intent.ACTION_SEND); in createTextIntent()
H A DResolverActivityWorkProfileTest.java338 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
H A DResolverListControllerTest.java301 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DActionIntentCreatorTest.kt54 assertThatIntent(wrappedIntent).hasAction(Intent.ACTION_SEND)
88 assertThatIntent(wrappedIntent).hasAction(Intent.ACTION_SEND)
112 assertThatIntent(wrappedIntent).hasAction(Intent.ACTION_SEND)
H A DSaveImageInBackgroundTaskTest.kt63 Intent(Intent.ACTION_SEND)
H A DScreenshotNotificationSmartActionsTest.java195 assertEquals(Intent.ACTION_SEND, intent.getAction()); in testShareActionExtras()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultCrossProfileIntentFiltersUtils.java338 private static final DefaultCrossProfileIntentFilter ACTION_SEND = field in DefaultCrossProfileIntentFiltersUtils
343 .addAction(Intent.ACTION_SEND)
378 ACTION_SEND, in getDefaultManagedProfileFilters()
464 .addAction(Intent.ACTION_SEND)
480 .addAction(Intent.ACTION_SEND)
/aosp14/frameworks/base/core/java/android/widget/
H A DShareActionProvider.java281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()
303 if (Intent.ACTION_SEND.equals(action) || in onMenuItemClick()
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/app/
H A DHdrImageViewer.kt40 Intent.ACTION_SEND -> {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DActionIntentCreator.kt46 Intent(Intent.ACTION_SEND).apply {
H A DSaveImageInBackgroundTask.java251 Intent sharingIntent = new Intent(Intent.ACTION_SEND); in createShareAction()
288 .setAction(Intent.ACTION_SEND) in createShareAction()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DIntentCreator.java41 Intent shareIntent = new Intent(Intent.ACTION_SEND); in getShareIntent()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationValidIntentTest.kt76 failing += base.copy(action = Intent.ACTION_SEND)
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivityLogger.java230 case Intent.ACTION_SEND: in typeFromIntentString()
H A DChooserActivity.java1015 if (Intent.ACTION_SEND.equals(action)) {
1172 if (Intent.ACTION_SEND.equals(originalAction)) {
1432 if (Intent.ACTION_SEND.equals(action)) {
1555 if (Intent.ACTION_SEND.equals(action)) {
1667 if (Intent.ACTION_SEND.equals(action)) {
2057 if (Intent.ACTION_SEND.equals(intent.getAction())) {
3005 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) {
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DHeapDumpActivity.java113 sendIntent.setAction(Intent.ACTION_SEND); in onCreate()
/aosp14/frameworks/base/core/java/android/provider/
H A DBrowser.java222 Intent send = new Intent(Intent.ACTION_SEND); in sendString()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DComponentParseUtils.java51 || intentFilter.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
H A DPaintChipsWidget.kt273 action = Intent.ACTION_SEND
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java299 Intent intent = new Intent(Intent.ACTION_SEND); in shareCat()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java205 Intent shareIntent = new Intent(Intent.ACTION_SEND) in onStartCommand()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java379 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_SEND, "image/jpg"); in testReportAppTargetEvent_directSharing()
399 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_SEND, "image/jpg"); in testReportAppTargetEvent_directSharing_createConversation()
426 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_SEND, "image/jpg"); in testReportAppTargetEvent_appSharing()
1309 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_SEND, "image/jpg"); in testBackupAndRestoration()
/aosp14/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java489 Intent intent = new Intent(Intent.ACTION_SEND); in onCreateOptionsMenu()

12