/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | CrossProfileIntentFiltersSetter.java | 217 static final CrossProfileIntentFilter ACTION_SEND = field in CrossProfileIntentFiltersSetter 219 .addAction(Intent.ACTION_SEND) 250 ACTION_SEND,
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/ |
D | CrossProfileIntentFiltersSetterTest.java | 80 CrossProfileIntentFiltersSetter.ACTION_SEND.filter, in testSetFilters() 82 CrossProfileIntentFiltersSetter.ACTION_SEND.flags); in testSetFilters()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | ShareIntentActivity.java | 53 if (Intent.ACTION_SEND.equals(intent.getAction()) && in onCreate() 77 if (Intent.ACTION_SEND.equals(action)) { in onAttachFragment()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | BeamShareActivity.java | 153 (!intent.getAction().equalsIgnoreCase(Intent.ACTION_SEND) && in parseShareIntentAndFinish() 181 if (intent.getAction().equalsIgnoreCase(Intent.ACTION_SEND)) { in parseShareIntentAndFinish()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | SharePopup.java | 240 new Intent(Intent.ACTION_SEND).setType(mMimeType), 0); in createShareMenu() 276 Intent intent = new Intent(Intent.ACTION_SEND); in onItemClick()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppLauncherActivity.java | 90 if (action.equals(Intent.ACTION_SEND) || action.equals(Intent.ACTION_SEND_MULTIPLE)) { in onCreate() 107 if (action.equals(Intent.ACTION_SEND)) { in onCreate()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | WebViewContextMenu.java | 189 final Intent send = new Intent(Intent.ACTION_SEND); in Share() 199 Intent send = new Intent(Intent.ACTION_SEND); in showShareLinkMenuItem()
|
D | AttachmentActionHandler.java | 220 Intent intent = new Intent(Intent.ACTION_SEND); in shareAttachment()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | ActionModeHandler.java | 340 intent.setAction(Intent.ACTION_SEND); in computePanoramaSharingIntent() 377 intent.setAction(Intent.ACTION_SEND).setType(mimeType); in computeSharingIntent()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | EnterpriseDefaultApps.java | 38 new Intent(Intent.ACTION_SENDTO), new Intent(Intent.ACTION_SEND),
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | EnterpriseDefaultApps.java | 38 new Intent(Intent.ACTION_SENDTO), new Intent(Intent.ACTION_SEND),
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
D | ContactsDumpActivity.java | 119 Intent intent = new Intent(Intent.ACTION_SEND); in emailFile()
|
/packages/apps/Gallery2/src/com/android/photos/ |
D | SelectionManager.java | 127 mShareIntent.setAction(Intent.ACTION_SEND); in onItemSelectedStateChanged()
|
/packages/apps/Traceur/src/com/google/android/traceur/ |
D | FileSender.java | 100 final Intent intent = new Intent(Intent.ACTION_SEND); in buildSendIntent()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDebugActivity.java | 191 Intent intent = new Intent(Intent.ACTION_SEND); in emailFile()
|
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/ |
D | BuglePhotoViewController.java | 113 shareIntent.setAction(Intent.ACTION_SEND); in updateShareActionProvider()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorUtils.java | 112 Intent intent = new Intent(Intent.ACTION_SEND); in sharePersistentLog()
|
/packages/apps/Messaging/src/com/android/messaging/ui/debug/ |
D | DebugSmsMmsFromDumpFileDialogFragment.java | 163 final Intent sharingIntent = new Intent(Intent.ACTION_SEND); in emailDumpFile()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | MovieActivity.java | 188 Intent intent = new Intent(Intent.ACTION_SEND); in createShareIntent()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | ExportDialogFragment.java | 197 final Intent intent = new Intent(Intent.ACTION_SEND); in doShareFavoriteContacts()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/ |
D | ActionHandlerTest.java | 209 assertHasAction(intent, Intent.ACTION_SEND); in testShareSelectedDocuments_Single() 254 assertHasAction(intent, Intent.ACTION_SEND); in testShareSelectedDocuments_VirtualFiles()
|
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
D | VoicemailPlaybackPresenter.java | 955 shareIntent.setAction(Intent.ACTION_SEND); in getShareIntent() 960 shareIntent.setAction(Intent.ACTION_SEND); in getShareIntent()
|
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
D | LensResolverActivity.java | 319 SEND(Intent.ACTION_SEND,
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ExportProcessor.java | 303 final Intent intent = new Intent(Intent.ACTION_SEND); in doFinishNotificationWithShareAction()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | DebugUtils.java | 441 Intent intent = new Intent(Intent.ACTION_SEND);
|