Home
last modified time | relevance | path

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

12

/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/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/
DStartPendingIntentReceiver.java33 PendingIntent pendingIntent = intent.getParcelableExtra(PENDING_INTENT_EXTRA); in onReceive() local
/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DSendPendingIntentReceiver.java42 final PendingIntent pendingIntent; in onReceive() local
/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java167 private void pendingIntentSendError(PendingIntent pendingIntent) { in pendingIntentSendError()
351 private void pendingIntentSendShouldFail(PendingIntent pendingIntent) { in pendingIntentSendShouldFail()
604 PendingIntent pendingIntent = PendingIntent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
DWearableExtenderTest.java47 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, new Intent(), 0); in testWearableExtender() local
199 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, new Intent(), 0); in testWriteToParcel() local
/cts/tests/app/app/src/android/app/stubs/
DBubblesTestActivity.java63 final PendingIntent pendingIntent = in sendBubble() local
DBubblesTestService.java63 final PendingIntent pendingIntent = in getNotificationForTest() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyNotificationListenerService.java87 private void send(String reason, PendingIntent pendingIntent) { in send()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAuthenticationActivity.java83 final PendingIntent pendingIntent = sPendingIntents.get(i); in resetStaticState() local
128 final PendingIntent pendingIntent = PendingIntent.getActivity(context, id, intent, 0); in createSender() local
DCustomDescriptionWithLinkTestCase.java283 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in newCustomDescriptionBuilder() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DAlarmOperation.java94 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); in execute() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DPackageInstallTest.java125 PendingIntent pendingIntent = PendingIntent.getBroadcast( in getCommitCallback() local
/cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
DCollectionAppWidgetProvider.java109 PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 0, viewIntent, in onUpdate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSignificantMotionTestActivity.java201 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 0, intent, 0); in testAPWakeUpOnSMDTrigger() local
/cts/tests/tests/packageinstaller/nopermission/src/android.packageinstaller.nopermission.cts/
DNoPermissionTests.kt133 val pendingIntent = PendingIntent.getBroadcast(context, 0, Intent(ACTION), in <lambda>() constant
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java392 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in testOnActionInvoked_methodExists() local
476 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java469 final PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, 0); in getBasicBubbleBuilder() local
482 final PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, 0); in getBasicNotifBuilder() local
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPackageInstallerTestBase.kt146 val pendingIntent = PendingIntent.getBroadcast(context, 0, Intent(INSTALL_ACTION_CB), in <lambda>() constant
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityLauncher.java207 final PendingIntent pendingIntent = PendingIntent.getActivity(launchContext, 0, in launchActivityFromExtras() local
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DBasePackageInstallTest.java153 PendingIntent pendingIntent = PendingIntent.getBroadcast( in getCommitCallback() local
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DWidgetTransitionTest.java231 PendingIntent pendingIntent = PendingIntent.getBroadcast(mActivity, 0, in testCollection_sendBroadcast() local
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java203 final PendingIntent pendingIntent = PendingIntent.getService(context, 0, serviceIntent, in sendNotification() local
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java195 PendingIntent pendingIntent = PendingIntent.getBroadcast( in getCommitCallback() local
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java140 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMmsTest.java214 final PendingIntent pendingIntent = PendingIntent.getBroadcast( in testSendMmsMessage() local

12