/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | IntentForwarderActivityTest.java | 155 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_canForward_sendIntent() 161 assertEquals(Intent.ACTION_SEND, intentCaptor.getValue().getAction()); in forwardToManagedProfile_canForward_sendIntent() 163 assertEquals(Intent.ACTION_SEND, intentCaptor.getValue().getAction()); in forwardToManagedProfile_canForward_sendIntent() 165 assertEquals(Intent.ACTION_SEND, activity.mStartActivityIntent.getAction()); in forwardToManagedProfile_canForward_sendIntent() 189 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_cannotForward_sendIntent() 210 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_noManagedProfile_sendIntent() 229 Intent sendIntent = new Intent(Intent.ACTION_SEND); in launchInSameProfile_chooserIntent() 242 assertEquals(Intent.ACTION_SEND, innerIntent.getAction()); in launchInSameProfile_chooserIntent() 293 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_notWhitelisted() 308 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_withResolverActivity() [all …]
|
D | ChooserActivityTest.java | 821 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testNearbyShareLogging() 892 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testEditImageLogs() 2140 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testAppTargetLogging() 2243 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testDirectTargetLogging() 2307 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testEmptyDirectRowLogging() 2371 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testCopyTextToClipboardLogging() 2438 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testSwitchProfileLogging() 2914 sendIntent.setAction(Intent.ACTION_SEND); in createSendTextIntent() 2922 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent() 2935 sendIntent.setAction(Intent.ACTION_SEND); in createSendTextIntentWithPreview() [all …]
|
D | ResolverActivityWorkProfileTest.java | 336 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
|
D | ChooserActivityWorkProfileTest.java | 359 sendIntent.setAction(Intent.ACTION_SEND); in createTextIntent()
|
D | ResolverListControllerTest.java | 266 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
|
D | ResolverActivityTest.java | 916 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ActionIntentCreatorTest.kt | 50 assertThat(wrappedIntent?.action).isEqualTo(Intent.ACTION_SEND) in testCreateShareIntent() 75 assertThat(wrappedIntent?.action).isEqualTo(Intent.ACTION_SEND) in testCreateShareIntentWithSubject() 100 assertThat(wrappedIntent?.action).isEqualTo(Intent.ACTION_SEND) in testCreateShareIntentWithExtraText()
|
D | ScreenshotNotificationSmartActionsTest.java | 195 assertEquals(Intent.ACTION_SEND, intent.getAction()); in testShareActionExtras()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DefaultCrossProfileIntentFiltersUtils.java | 276 private static final DefaultCrossProfileIntentFilter ACTION_SEND = field in DefaultCrossProfileIntentFiltersUtils 281 .addAction(Intent.ACTION_SEND) 318 ACTION_SEND, in getDefaultManagedProfileFilters()
|
/frameworks/base/core/java/android/widget/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ActionIntentCreator.kt | 47 Intent(Intent.ACTION_SEND).apply { in createShareIntent()
|
D | SaveImageInBackgroundTask.java | 251 Intent sharingIntent = new Intent(Intent.ACTION_SEND); in createShareAction() 288 .setAction(Intent.ACTION_SEND) in createShareAction()
|
D | LongScreenshotActivity.java | 373 Intent intent = new Intent(Intent.ACTION_SEND); in doShare()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | IntentCreator.java | 39 Intent shareIntent = new Intent(Intent.ACTION_SEND); in getShareIntent()
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
D | DomainVerificationValidIntentTest.kt | 76 failing += base.copy(action = Intent.ACTION_SEND) in parameters()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivityLogger.java | 230 case Intent.ACTION_SEND: in typeFromIntentString()
|
D | ChooserActivity.java | 1011 if (Intent.ACTION_SEND.equals(action)) { 1168 if (Intent.ACTION_SEND.equals(originalAction)) { 1428 if (Intent.ACTION_SEND.equals(action)) { 1551 if (Intent.ACTION_SEND.equals(action)) { 1663 if (Intent.ACTION_SEND.equals(action)) { 2046 if (Intent.ACTION_SEND.equals(intent.getAction())) { 2968 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) {
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | HeapDumpActivity.java | 113 sendIntent.setAction(Intent.ACTION_SEND); in onCreate()
|
/frameworks/base/core/java/android/provider/ |
D | Browser.java | 222 Intent send = new Intent(Intent.ACTION_SEND); in sendString()
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
D | ComponentParseUtils.java | 51 || intentFilter.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/ |
D | PaintChipsWidget.kt | 273 action = Intent.ACTION_SEND in makeTextSharePendingIntent()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoLand.java | 299 Intent intent = new Intent(Intent.ACTION_SEND); in shareCat()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 195 Intent shareIntent = new Intent(Intent.ACTION_SEND) in onStartCommand()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
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()
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | ActivityTestMain.java | 489 Intent intent = new Intent(Intent.ACTION_SEND); in onCreateOptionsMenu()
|