/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | IntentForwarderActivityTest.java | 164 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 D | ChooserActivityTest.java | 826 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 D | ChooserActivityWorkProfileTest.java | 361 sendIntent.setAction(Intent.ACTION_SEND); in createTextIntent()
|
H A D | ResolverActivityWorkProfileTest.java | 338 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
|
H A D | ResolverListControllerTest.java | 301 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ActionIntentCreatorTest.kt | 54 assertThatIntent(wrappedIntent).hasAction(Intent.ACTION_SEND) 88 assertThatIntent(wrappedIntent).hasAction(Intent.ACTION_SEND) 112 assertThatIntent(wrappedIntent).hasAction(Intent.ACTION_SEND)
|
H A D | SaveImageInBackgroundTaskTest.kt | 63 Intent(Intent.ACTION_SEND)
|
H A D | ScreenshotNotificationSmartActionsTest.java | 195 assertEquals(Intent.ACTION_SEND, intent.getAction()); in testShareActionExtras()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | DefaultCrossProfileIntentFiltersUtils.java | 338 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 D | ShareActionProvider.java | 281 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 D | HdrImageViewer.kt | 40 Intent.ACTION_SEND -> {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ActionIntentCreator.kt | 46 Intent(Intent.ACTION_SEND).apply {
|
H A D | SaveImageInBackgroundTask.java | 251 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 D | IntentCreator.java | 41 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 D | DomainVerificationValidIntentTest.kt | 76 failing += base.copy(action = Intent.ACTION_SEND)
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivityLogger.java | 230 case Intent.ACTION_SEND: in typeFromIntentString()
|
H A D | ChooserActivity.java | 1015 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 D | HeapDumpActivity.java | 113 sendIntent.setAction(Intent.ACTION_SEND); in onCreate()
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Browser.java | 222 Intent send = new Intent(Intent.ACTION_SEND); in sendString()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ComponentParseUtils.java | 51 || intentFilter.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/ |
H A D | PaintChipsWidget.kt | 273 action = Intent.ACTION_SEND
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
H A D | NekoLand.java | 299 Intent intent = new Intent(Intent.ACTION_SEND); in shareCat()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | RecordingService.java | 205 Intent shareIntent = new Intent(Intent.ACTION_SEND) in onStartCommand()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | DataManagerTest.java | 379 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 D | ActivityTestMain.java | 489 Intent intent = new Intent(Intent.ACTION_SEND); in onCreateOptionsMenu()
|