/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/ |
D | ActivityManagementTest.java | 137 PendingIntent pendingIntent = PendingIntent.getActivities( in launchPendingIntent_multipleActivities_shouldLaunchOnSameDisplay() local 161 PendingIntent pendingIntent = PendingIntent.getActivity( in launchPendingIntent_activityIntent_shouldLaunchActivity() local 179 PendingIntent pendingIntent = PendingIntent.getActivity( in launchPendingIntent_serviceIntentTrampolineActivity_shouldLaunchActivity() local 195 PendingIntent pendingIntent = PendingIntent.getService( in launchPendingIntent_serviceIntentNoTrampoline_shouldBeNoOp() local 207 PendingIntent pendingIntent = PendingIntent.getActivity( in launchPendingIntent_nullArguments_shouldThrow() local
|
/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/ |
D | ForceCancelConfirmationTest.kt | 64 val pendingIntent = cdm.buildAssociationCancellationIntent() in test_cancel_confirmation() constant 80 val pendingIntent = cdm.buildAssociationCancellationIntent() in test_cancel_confirmation_not_exist() constant
|
/cts/tests/framework/base/windowmanager/backgroundactivity/common/aidl/android/server/wm/backgroundactivity/common/ |
D | ITestService.aidl | 29 void sendPendingIntent(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntent() 30 void sendPendingIntentWithActivity(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivity() 31 …void sendPendingIntentWithActivityForResult(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivityForResult()
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | OutOfProcessActivity.java | 66 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()
|
D | AppKilledTest.java | 70 final PendingIntent pendingIntent = in startOutOfProcessActivity() local
|
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/ |
D | TestServiceClient.java | 84 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntent() 89 public void sendPendingIntent(PendingIntent pendingIntent) throws RemoteException { in sendPendingIntent() 97 public void sendPendingIntentWithActivity(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntentWithActivity() 106 public void sendPendingIntentWithActivityForResult(PendingIntent pendingIntent, in sendPendingIntentWithActivityForResult()
|
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/ |
D | TestService.java | 99 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) { in sendPendingIntent() 111 public void sendPendingIntentWithActivityForResult(PendingIntent pendingIntent, in sendPendingIntentWithActivityForResult() 126 public void sendPendingIntentWithActivity(PendingIntent pendingIntent, in sendPendingIntentWithActivity()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilitySystemActionTest.java | 169 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/ |
D | ChooserActionTest.kt | 42 val pendingIntent = PendingIntent.getBroadcast( in testParcel() constant
|
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/ |
D | StartPendingIntentActivity.java | 38 final PendingIntent pendingIntent = intent.getParcelableExtra( in onCreate() local
|
/cts/tests/ambientcontext/src/android/ambientcontext/cts/ |
D | AmbientContextManagerTest.java | 149 PendingIntent pendingIntent = PendingIntent.getBroadcast( in testRegisterObserver_immmutablePendingIntent() local 165 PendingIntent pendingIntent = in testRegisterObserver_noPermission() local
|
/cts/tests/smartspace/src/android/smartspace/cts/ |
D | TapActionTest.java | 51 PendingIntent pendingIntent = TaskStackBuilder.create(getContext()) in testCreateTapAction() local
|
D | SmartspaceTestUtils.java | 53 PendingIntent pendingIntent = TaskStackBuilder.create(context) in createSmartspaceTapAction() local
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
D | BlockingPendingIntent.java | 65 public PendingIntent pendingIntent() { in pendingIntent() method in BlockingPendingIntent
|
D | BlockingIntentSender.java | 59 PendingIntent pendingIntent = PendingIntent.getService( in register() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21088/src/android/security/cts/CVE_2023_21088/ |
D | PocActivity.java | 42 PendingIntent pendingIntent = PendingIntent.getActivity(this, requestCode, in onResume() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40111/src/android/security/cts/CVE_2023_40111/ |
D | PocActivity.java | 46 PendingIntent pendingIntent = in onResume() local
|
/cts/tests/cloudsearch/src/android/cloudsearch/cts/ |
D | SearchResultTest.java | 50 PendingIntent pendingIntent = PendingIntent.getActivity(getContext(), in testCreateSearchResult() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-34723/malicious-app/src/android/security/cts/CVE_2024_34723_malicious_app/ |
D | PocService.java | 126 final PendingIntent pendingIntent = notification.contentIntent; in postTaskToReproduceVulnerability() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | SendBubbleActivity.java | 64 PendingIntent pendingIntent = PendingIntent.getActivity(context, notifId, in sendInvalidBubble() local 147 final PendingIntent pendingIntent = in getBubbleMetadata() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35668/src/android/security/cts/CVE_2023_35668/ |
D | DeviceTest.java | 91 PendingIntent pendingIntent = in testWearableExtenderUri() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2023_21139.java | 76 PendingIntent pendingIntent = in testPocCVE_2023_21139() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20415/src/android/security/cts/CVE_2022_20415/ |
D | DeviceTest.java | 62 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, in tryNotificationStart() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/ |
D | PocService.java | 53 PendingIntent pendingIntent = in onStartCommand() local
|
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/ |
D | PackageInstallerTestBase.kt | 251 val pendingIntent = PendingIntent.getBroadcast( in <lambda>() constant 302 val pendingIntent = PendingIntent.getBroadcast( in <lambda>() constant 371 val pendingIntent = PendingIntent.getBroadcast( in <lambda>() constant
|