Home
last modified time | relevance | path

Searched defs:pendingIntent (Results 1 – 25 of 72) sorted by relevance

123

/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
DForceCancelConfirmationTest.kt47 val pendingIntent = cdm.buildAssociationCancellationIntent() in test_cancel_confirmation() constant
63 val pendingIntent = cdm.buildAssociationCancellationIntent() in test_cancel_confirmation_not_exist() constant
/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DAppUsageObserverTest.java37 PendingIntent pendingIntent = PendingIntent.getActivity( in testAppUsageObserver_MinTimeLimit() local
57 PendingIntent pendingIntent = PendingIntent.getActivity( in testUsageSessionObserver_MinTimeLimit() local
78 PendingIntent pendingIntent = PendingIntent.getActivity( in testObserverLimit() local
/cts/tests/tests/virtualdevice/src/android/virtualdevice/cts/
DActivityManagementTest.java277 PendingIntent pendingIntent = getTestAppService() in launchPendingIntent_activityIntent_shouldLaunchActivity() local
293 pendingIntent, Runnable::run, mLaunchCompleteListener); in launchPendingIntent_activityIntent_shouldLaunchActivity() local
304 PendingIntent pendingIntent = getTestAppService() in launchPendingIntent_serviceIntent_shouldLaunchTrampolineActivity() local
327 pendingIntent, Runnable::run, in launchPendingIntent_serviceIntent_shouldLaunchTrampolineActivity() local
339 PendingIntent pendingIntent = getTestAppService() in launchPendingIntent_serviceIntentNoTrampoline_shouldBeNoOp() local
356 pendingIntent, in launchPendingIntent_serviceIntentNoTrampoline_shouldBeNoOp() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DOutOfProcessActivity.java66 final PendingIntent pendingIntent = in onStart() local
90 final PendingIntent pendingIntent = mIntent.getParcelableExtra(EXTRA_FINISH_BROADCAST); in notifyContentCaptureStatus() local
107 static void launchOutOfProcessActivity(PendingIntent pendingIntent, int startAction, in launchOutOfProcessActivity()
DAppKilledTest.java70 final PendingIntent pendingIntent = in startOutOfProcessActivity() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySystemActionTest.java169 private void assertRegisterAction(int actionID, String pendingIntent) { in assertRegisterAction()
196 private void assertPerformGlobalAction(int actionId, String pendingIntent) { in assertPerformGlobalAction()
216 private RemoteAction getRemoteAction(String pendingIntent) { in getRemoteAction()
/cts/tests/tests/sharesheet/src/android/service/chooser/
DChooserActionTest.kt42 val pendingIntent = PendingIntent.getBroadcast( in testParcel() constant
/cts/tests/ambientcontext/src/android/ambientcontext/cts/
DAmbientContextManagerTest.java149 PendingIntent pendingIntent = PendingIntent.getBroadcast( in testRegisterObserver_immmutablePendingIntent() local
165 PendingIntent pendingIntent = in testRegisterObserver_noPermission() local
/cts/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/
DStartPendingIntentActivity.java41 final PendingIntent pendingIntent = intent.getParcelableExtra( in onCreate() local
DStartPendingIntentReceiver.java41 PendingIntent pendingIntent = intent.getParcelableExtra( in onReceive() local
/cts/tests/smartspace/src/android/smartspace/cts/
DTapActionTest.java51 PendingIntent pendingIntent = TaskStackBuilder.create(getContext()) in testCreateTapAction() local
DSmartspaceTestUtils.java53 PendingIntent pendingIntent = TaskStackBuilder.create(context) in createSmartspaceTapAction() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21088/src/android/security/cts/CVE_2023_21088/
DPocActivity.java42 PendingIntent pendingIntent = PendingIntent.getActivity(this, requestCode, in onResume() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DBlockingIntentSender.java59 PendingIntent pendingIntent = PendingIntent.getService( in register() local
/cts/tests/cloudsearch/src/android/cloudsearch/cts/
DSearchResultTest.java50 PendingIntent pendingIntent = PendingIntent.getActivity(getContext(), in testCreateSearchResult() local
/cts/tests/app/app/src/android/app/stubs/
DSendBubbleActivity.java64 PendingIntent pendingIntent = PendingIntent.getActivity(context, notifId, in sendInvalidBubble() local
147 final PendingIntent pendingIntent = in getBubbleMetadata() local
DBubblesTestService.java61 final PendingIntent pendingIntent = in getNotificationForTest() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20415/src/android/security/cts/CVE_2022_20415/
DDeviceTest.java62 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, in tryNotificationStart() local
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPackageInstallerTestBase.kt237 val pendingIntent = PendingIntent.getBroadcast( in <lambda>() constant
284 val pendingIntent = PendingIntent.getBroadcast(context, 0 /* requestCode */, in <lambda>() constant
345 val pendingIntent = PendingIntent.getBroadcast(context, 0 /* requestCode */, in <lambda>() constant
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/
DPocService.java53 PendingIntent pendingIntent = in onStartCommand() local
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DAutofillManagerTest.java119 final PendingIntent pendingIntent = PendingIntent.getBroadcast(sContext, 0, broadcastIntent, in runQueryAutofillStatusActivityAndVerifyResult() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAugmentedAuthActivity.java60 PendingIntent pendingIntent = PendingIntent.getActivity(context, requestCode, intent, in createSender() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21239/src/android/security/cts/CVE_2023_21239/
DDeviceTest.java90 PendingIntent pendingIntent = in testCallStyleNotification() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DAlarmOperation.java95 …PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, PendingIntent.FLAG_M… in execute() local
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java136 final PendingIntent pendingIntent = in sendNotification() local

123