Home
last modified time | relevance | path

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

/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.java380 private static void sendIntent(String mimeType) { in sendIntent() method in PreferredActivitiesTest
381 Intent sendIntent = new Intent(); in sendIntent() local
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/
DAssertionsByIntentResolution.java116 Intent sendIntent = new Intent(); in intentSend() local
/cts/tests/tests/libcorefileio/src/android/cts/
DFileChannelInterProcessLockTest.java470 Intent sendIntent = new Intent(getContext(), LockHoldingService.class) in checkLockBehavior() local
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java317 PendingIntent sendIntent = PendingIntent.getActivity(mContext, 0, in testAdjustNotification_smartActionKey() local
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/
DCtsSharesheetDeviceTest.java454 Intent sendIntent = createMatchingIntent(); in testRefinementCanOverwritePayloadFields() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java2624 private void sendIntent(IntentSender intentSender) throws IntentSender.SendIntentException { in sendIntent() method in PackageManagerTest