Home
last modified time | relevance | path

Searched refs:ACTION_SEND (Results 1 – 25 of 38) 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.java60 if (Intent.ACTION_SEND.equals(intent.getAction()) && in onCreate()
84 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.java84 if (action.equals(Intent.ACTION_SEND) || action.equals(Intent.ACTION_SEND_MULTIPLE)) { in onCreate()
101 if (action.equals(Intent.ACTION_SEND)) { in onCreate()
/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/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/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DContactsDumpActivity.java119 Intent intent = new Intent(Intent.ACTION_SEND); in emailFile()
/packages/apps/Traceur/src/com/android/traceur/
DFileSender.java101 final Intent intent = new Intent(Intent.ACTION_SEND); in buildSendIntent()
/packages/services/BuiltInPrintService/src/com/android/bips/
DPdfPrintActivity.java55 if (Intent.ACTION_SEND.equals(action)) { in onCreate()
DImagePrintActivity.java83 if (Intent.ACTION_SEND.equals(action)) { in onCreate()
/packages/apps/Gallery2/src/com/android/photos/
DSelectionManager.java127 mShareIntent.setAction(Intent.ACTION_SEND); in onItemSelectedStateChanged()
/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/Messaging/src/com/android/messaging/ui/debug/
DDebugSmsMmsFromDumpFileDialogFragment.java163 final Intent sharingIntent = new Intent(Intent.ACTION_SEND); in emailDumpFile()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorUtils.java112 Intent intent = new Intent(Intent.ACTION_SEND); in sharePersistentLog()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DImageActionUtils.java176 intent.setAction(Intent.ACTION_SEND) in getShareIntentForImageUri()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMovieActivity.java191 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/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/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java204 assertHasAction(intent, Intent.ACTION_SEND); in testShareSelectedDocuments_Single()
260 assertHasAction(intent, Intent.ACTION_SEND); in testShareSelectedDocuments_VirtualFiles()
/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.java446 Intent intent = new Intent(Intent.ACTION_SEND);

12