Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java156 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_canForward_sendIntent()
162 assertEquals(Intent.ACTION_SEND, intentCaptor.getValue().getAction()); in forwardToManagedProfile_canForward_sendIntent()
164 assertEquals(Intent.ACTION_SEND, intentCaptor.getValue().getAction()); in forwardToManagedProfile_canForward_sendIntent()
166 assertEquals(Intent.ACTION_SEND, activity.mStartActivityIntent.getAction()); in forwardToManagedProfile_canForward_sendIntent()
190 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_cannotForward_sendIntent()
211 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_noManagedProfile_sendIntent()
230 Intent sendIntent = new Intent(Intent.ACTION_SEND); in launchInSameProfile_chooserIntent()
243 assertEquals(Intent.ACTION_SEND, innerIntent.getAction()); in launchInSameProfile_chooserIntent()
294 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_notWhitelisted()
309 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_withResolverActivity()
[all …]
DResolverListControllerTest.java168 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
DChooserActivityTest.java1533 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testAppTargetLogging()
1614 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testDirectTargetLogging()
1660 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testCopyTextToClipboardLogging()
1711 assertThat(logger.get(1).intent, is(Intent.ACTION_SEND)); in testSwitchProfileLogging()
2151 sendIntent.setAction(Intent.ACTION_SEND); in createSendTextIntent()
2159 sendIntent.setAction(Intent.ACTION_SEND); in createSendTextIntentWithPreview()
2177 sendIntent.setAction(Intent.ACTION_SEND); in createSendUriIntentWithPreview()
DResolverActivityTest.java862 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
/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()
DTextView.java12836 Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND); in shareSelectedText()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivityLogger.java203 case Intent.ACTION_SEND: in typeFromIntentString()
DChooserActivity.java1046 if (Intent.ACTION_SEND.equals(action)) {
1328 if (Intent.ACTION_SEND.equals(action)) {
1442 if (Intent.ACTION_SEND.equals(action)) {
1524 if (Intent.ACTION_SEND.equals(action)) {
1952 if (Intent.ACTION_SEND.equals(intent.getAction())) {
2981 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) {
DResolverActivity.java225 SEND(Intent.ACTION_SEND,
/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/android/content/pm/parsing/component/
DComponentParseUtils.java48 || intentInfo.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSaveImageInBackgroundTask.java261 Intent sharingIntent = new Intent(Intent.ACTION_SEND); in createShareAction()
297 .setAction(Intent.ACTION_SEND) in createShareAction()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java304 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_SEND, "image/jpg"); in testReportAppTargetEvent_directSharing()
324 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_SEND, "image/jpg"); in testReportAppTargetEvent_directSharing_createConversation()
351 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_SEND, "image/jpg"); in testReportAppTargetEvent_appSharing()
798 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_SEND, "image/jpg"); in testBackupAndRestoration()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsTest.java186 assertEquals(Intent.ACTION_SEND, intent.getAction()); in testShareActionExtras()
/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.java170 Intent shareIntent = new Intent(Intent.ACTION_SEND) in onStartCommand()
/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.java1237 public static final String ACTION_SEND = "android.intent.action.SEND"; field in Intent
11247 if (ACTION_SEND.equals(action)) { in fixUris()
11326 } else if (ACTION_SEND.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/base/services/core/java/com/android/server/pm/
DComponentResolver.java87 PROTECTED_ACTIONS.add(Intent.ACTION_SEND);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1224 startActivityDismissingKeyguard(Intent.createChooser(new Intent(Intent.ACTION_SEND) in makeStatusBarView()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java5508 || intent.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7676 field public static final java.lang.String ACTION_SEND = "android.intent.action.SEND";
/frameworks/base/api/
Dcurrent.txt10668 field public static final String ACTION_SEND = "android.intent.action.SEND";