Home
last modified time | relevance | path

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

12

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DCrossProfileIntentFiltersSetter.java217 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/
DCrossProfileIntentFiltersSetterTest.java80 CrossProfileIntentFiltersSetter.ACTION_SEND.filter, in testSetFilters()
82 CrossProfileIntentFiltersSetter.ACTION_SEND.flags); in testSetFilters()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DShareIntentActivity.java53 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/
DBeamShareActivity.java153 (!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/
DSharePopup.java240 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/
DBluetoothOppLauncherActivity.java90 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/
DWebViewContextMenu.java189 final Intent send = new Intent(Intent.ACTION_SEND); in Share()
199 Intent send = new Intent(Intent.ACTION_SEND); in showShareLinkMenuItem()
DAttachmentActionHandler.java220 Intent intent = new Intent(Intent.ACTION_SEND); in shareAttachment()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DActionModeHandler.java340 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/
DEnterpriseDefaultApps.java38 new Intent(Intent.ACTION_SENDTO), new Intent(Intent.ACTION_SEND),
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DEnterpriseDefaultApps.java38 new Intent(Intent.ACTION_SENDTO), new Intent(Intent.ACTION_SEND),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DContactsDumpActivity.java119 Intent intent = new Intent(Intent.ACTION_SEND); in emailFile()
/packages/apps/Gallery2/src/com/android/photos/
DSelectionManager.java127 mShareIntent.setAction(Intent.ACTION_SEND); in onItemSelectedStateChanged()
/packages/apps/Traceur/src/com/google/android/traceur/
DFileSender.java100 final Intent intent = new Intent(Intent.ACTION_SEND); in buildSendIntent()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebugActivity.java191 Intent intent = new Intent(Intent.ACTION_SEND); in emailFile()
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
DBuglePhotoViewController.java113 shareIntent.setAction(Intent.ACTION_SEND); in updateShareActionProvider()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorUtils.java112 Intent intent = new Intent(Intent.ACTION_SEND); in sharePersistentLog()
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
DDebugSmsMmsFromDumpFileDialogFragment.java163 final Intent sharingIntent = new Intent(Intent.ACTION_SEND); in emailDumpFile()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMovieActivity.java188 Intent intent = new Intent(Intent.ACTION_SEND); in createShareIntent()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DExportDialogFragment.java197 final Intent intent = new Intent(Intent.ACTION_SEND); in doShareFavoriteContacts()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java209 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/
DVoicemailPlaybackPresenter.java955 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/
DLensResolverActivity.java319 SEND(Intent.ACTION_SEND,
/packages/apps/Contacts/src/com/android/contacts/vcard/
DExportProcessor.java303 final Intent intent = new Intent(Intent.ACTION_SEND); in doFinishNotificationWithShareAction()
/packages/apps/Messaging/src/com/android/messaging/util/
DDebugUtils.java441 Intent intent = new Intent(Intent.ACTION_SEND);

12