Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java155 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 …]
DChooserActivityTest.java821 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 …]
DResolverActivityWorkProfileTest.java336 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
DChooserActivityWorkProfileTest.java359 sendIntent.setAction(Intent.ACTION_SEND); in createTextIntent()
DResolverListControllerTest.java266 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
DResolverActivityTest.java916 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentCreatorTest.kt50 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()
DScreenshotNotificationSmartActionsTest.java195 assertEquals(Intent.ACTION_SEND, intent.getAction()); in testShareActionExtras()
/frameworks/base/services/core/java/com/android/server/pm/
DDefaultCrossProfileIntentFiltersUtils.java276 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/
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/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentCreator.kt47 Intent(Intent.ACTION_SEND).apply { in createShareIntent()
DSaveImageInBackgroundTask.java251 Intent sharingIntent = new Intent(Intent.ACTION_SEND); in createShareAction()
288 .setAction(Intent.ACTION_SEND) in createShareAction()
DLongScreenshotActivity.java373 Intent intent = new Intent(Intent.ACTION_SEND); in doShare()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DIntentCreator.java39 Intent shareIntent = new Intent(Intent.ACTION_SEND); in getShareIntent()
/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()
DChooserActivity.java1011 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/
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/services/core/java/com/android/server/pm/pkg/component/
DComponentParseUtils.java51 || 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.java195 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()

12