Searched refs:ACTION_SEND (Results 1 – 25 of 25) sorted by relevance
156 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 …]
168 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
1533 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()
862 sendIntent.setAction(Intent.ACTION_SEND); in createSendImageIntent()
281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()303 if (Intent.ACTION_SEND.equals(action) || in onMenuItemClick()
12836 Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND); in shareSelectedText()
203 case Intent.ACTION_SEND: in typeFromIntentString()
1046 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)) {
225 SEND(Intent.ACTION_SEND,
113 sendIntent.setAction(Intent.ACTION_SEND); in onCreate()
222 Intent send = new Intent(Intent.ACTION_SEND); in sendString()
48 || intentInfo.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
261 Intent sharingIntent = new Intent(Intent.ACTION_SEND); in createShareAction()297 .setAction(Intent.ACTION_SEND) in createShareAction()
304 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()
186 assertEquals(Intent.ACTION_SEND, intent.getAction()); in testShareActionExtras()
299 Intent intent = new Intent(Intent.ACTION_SEND); in shareCat()
170 Intent shareIntent = new Intent(Intent.ACTION_SEND) in onStartCommand()
489 Intent intent = new Intent(Intent.ACTION_SEND); in onCreateOptionsMenu()
1237 public static final String ACTION_SEND = "android.intent.action.SEND"; field in Intent11247 if (ACTION_SEND.equals(action)) { in fixUris()11326 } else if (ACTION_SEND.equals(action)) { in migrateExtraStreamToClipData()
87 PROTECTED_ACTIONS.add(Intent.ACTION_SEND);
1224 startActivityDismissingKeyguard(Intent.createChooser(new Intent(Intent.ACTION_SEND) in makeStatusBarView()
5508 || intent.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
7676 field public static final java.lang.String ACTION_SEND = "android.intent.action.SEND";
10668 field public static final String ACTION_SEND = "android.intent.action.SEND";