Home
last modified time | relevance | path

Searched defs:sendIntent (Results 1 – 14 of 14) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sharesheet/
DSharesheetChooserResultCopyActivity.java36 Intent sendIntent = new Intent(); in createChooserIntent() local
DSharesheetChooserResultComponentActivity.java38 Intent sendIntent = new Intent(); in createChooserIntent() local
DSharesheetChooserResultEditActivity.java45 Intent sendIntent = new Intent(); in createChooserIntent() local
DSharesheetAlbumActivity.java99 Intent sendIntent = new Intent(); in shareText() local
DSharesheetPayloadToggleActionActivity.java103 Intent sendIntent = new Intent(); in share() local
DSharesheetPayloadToggleActivity.java226 Intent sendIntent = new Intent(); in share() local
/cts/hostsidetests/securitybulletin/test-apps/BUG-261036568/test-app/src/android/security/cts/BUG_261036568_test/
DDeviceTest.java139 Intent sendIntent = new Intent(); in createSendImageIntent() local
147 Intent sendIntent = new Intent(); in createSendTextIntentWithPreview() local
161 Intent sendIntent = new Intent(); in createSendFileIntentWithPreview() local
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/preferred/
DPreferredActivitiesTest.java418 private static void sendIntent(String mimeType) { in sendIntent() method in PreferredActivitiesTest
419 Intent sendIntent = new Intent(); in sendIntent() local
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/
DCtsNfcResolverDeviceTest.java174 Intent sendIntent = createMatchingIntent(); in testNfcCustomizations_withAppAndActivityTarget() local
233 Intent sendIntent = createMatchingIntent(); in testNfcCustomizations_withAppAndIntentFilterTarget() local
DCtsSharesheetDeviceTest.java457 Intent sendIntent = createMatchingIntent(); in testRefinementCanOverwritePayloadFields() local
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/
DAssertionsByIntentResolution.java116 Intent sendIntent = new Intent(); in intentSend() local
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteSmsTest.java240 Intent sendIntent = new Intent(SMS_SEND_ACTION).setPackage(getContext().getPackageName()); in sendMessage() local
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java322 PendingIntent sendIntent = PendingIntent.getActivity(mContext, 0, in testAdjustNotification_smartActionKey() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java3842 private void sendIntent(IntentSender intentSender) throws IntentSender.SendIntentException { in sendIntent() method in PackageManagerTest