Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java169 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_canForward_sendIntent()
175 assertEquals(Intent.ACTION_SEND, intentCaptor.getValue().getAction()); in forwardToManagedProfile_canForward_sendIntent()
185 assertEquals(Intent.ACTION_SEND, activity.mStartActivityIntent.getAction()); in forwardToManagedProfile_canForward_sendIntent()
209 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_cannotForward_sendIntent()
230 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_noManagedProfile_sendIntent()
249 Intent sendIntent = new Intent(Intent.ACTION_SEND); in launchInSameProfile_chooserIntent()
262 assertEquals(Intent.ACTION_SEND, innerIntent.getAction()); in launchInSameProfile_chooserIntent()
323 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_notWhitelisted()
338 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_withResolverActivity()
601 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_LoggingTest()
[all …]
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 …]
DChooserActivityWorkProfileTest.java361 sendIntent.setAction(Intent.ACTION_SEND); in createTextIntent()
DResolverActivityWorkProfileTest.java338 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
DResolverListControllerTest.java301 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
DResolverActivityTest.java1307 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentCreatorTest.kt54 assertThatIntent(wrappedIntent).hasAction(Intent.ACTION_SEND) in testCreateShare()
88 assertThatIntent(wrappedIntent).hasAction(Intent.ACTION_SEND) in testCreateShareWithSubject()
112 assertThatIntent(wrappedIntent).hasAction(Intent.ACTION_SEND) in testCreateShareWithText()
DSaveImageInBackgroundTaskTest.kt60 Intent(Intent.ACTION_SEND)
/frameworks/base/core/java/android/widget/
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()
/frameworks/base/services/core/java/com/android/server/pm/
DDefaultCrossProfileIntentFiltersUtils.java342 private static final DefaultCrossProfileIntentFilter ACTION_SEND = field in DefaultCrossProfileIntentFiltersUtils
347 .addAction(Intent.ACTION_SEND)
383 ACTION_SEND, in getDefaultManagedProfileFilters()
469 .addAction(Intent.ACTION_SEND)
485 .addAction(Intent.ACTION_SEND)
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/app/
DHdrImageViewer.kt40 Intent.ACTION_SEND -> { in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DIntentCreator.java41 Intent shareIntent = new Intent(Intent.ACTION_SEND); in getShareIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentCreator.kt48 Intent(Intent.ACTION_SEND).apply { in createShare()
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
DDomainVerificationValidIntentTest.kt76 failing += base.copy(action = Intent.ACTION_SEND) in parameters()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivityLogger.java230 case Intent.ACTION_SEND: in typeFromIntentString()
/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpActivity.java113 sendIntent.setAction(Intent.ACTION_SEND); in onCreate()
/frameworks/base/core/java/android/provider/
DBrowser.java222 Intent send = new Intent(Intent.ACTION_SEND); in sendString()
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DComponentParseUtils.java49 || intentFilter.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
DPaintChipsWidget.kt273 action = Intent.ACTION_SEND in makeTextSharePendingIntent()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoLand.java299 Intent intent = new Intent(Intent.ACTION_SEND); in shareCat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java211 Intent shareIntent = new Intent(Intent.ACTION_SEND) in onStartCommand()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
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()
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DActivityTestMain.java489 Intent intent = new Intent(Intent.ACTION_SEND); in onCreateOptionsMenu()
/frameworks/base/core/java/android/content/
DIntent.java1292 public static final String ACTION_SEND = "android.intent.action.SEND"; field in Intent
12696 if (ACTION_SEND.equals(action)) { in fixUris()
12777 } else if (ACTION_SEND.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/base/services/core/java/com/android/server/pm/resolution/
DComponentResolver.java101 PROTECTED_ACTIONS.add(Intent.ACTION_SEND);

12