Home
last modified time | relevance | path

Searched defs:pendingIntent (Results 1 – 25 of 47) 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/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
DWhitelistTest.java146 final PendingIntent pendingIntent = in launchActivityAndAssert() local
/cts/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/
DStartPendingIntentReceiver.java36 PendingIntent pendingIntent = intent.getParcelableExtra(PENDING_INTENT_EXTRA); in onReceive() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySystemActionTest.java163 private void assertRegisterAction(int actionID, String pendingIntent) { in assertRegisterAction()
190 private void assertPerformGlobalAction(int actionId, String pendingIntent) { in assertPerformGlobalAction()
209 private RemoteAction getRemoteAction(String pendingIntent) { in getRemoteAction()
/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DSendPendingIntentReceiver.java49 final PendingIntent pendingIntent; in onReceive() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DBlockingIntentSender.java72 PendingIntent pendingIntent = PendingIntent.getBroadcast( in register() local
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginActivityTest.java250 PendingIntent pendingIntent = in testLongClickAttribution() local
427 PendingIntent pendingIntent = in testTouchEventPassToIme() local
/cts/tests/app/app/src/android/app/stubs/
DSendBubbleActivity.java84 PendingIntent pendingIntent = PendingIntent.getActivity(context, notifId, new Intent(), in sendInvalidBubble() local
166 final PendingIntent pendingIntent = in getBubbleMetadata() local
DBubblesTestService.java61 final PendingIntent pendingIntent = in getNotificationForTest() local
/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java178 private void pendingIntentSendError(PendingIntent pendingIntent) { in pendingIntentSendError()
377 private void pendingIntentSendShouldFail(PendingIntent pendingIntent) { in pendingIntentSendShouldFail()
653 PendingIntent pendingIntent = PendingIntent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
DWearableExtenderTest.java47 …PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, new Intent(), PendingIntent.F… in testWearableExtender() local
199 …PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, new Intent(), PendingIntent.F… in testWriteToParcel() local
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DAutofillManagerTest.java112 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
DAuthenticationActivity.java107 final PendingIntent pendingIntent = sPendingIntents.get(i); in resetStaticState() local
162 final PendingIntent pendingIntent = in createSender() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DAlarmOperation.java94 …PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, PendingIntent.FLAG_M… 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/telephony/current/src/android/telephony/cts/
DMmsTest.java213 final PendingIntent pendingIntent = PendingIntent.getBroadcast( in sendMmsMessage() local
377 final PendingIntent pendingIntent = PendingIntent.getBroadcast( in downloadMultimediaMessage() local
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierServiceSwapTest.java179 final PendingIntent pendingIntent = in runQueryTextClassifierServiceActivity() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSignificantMotionTestActivity.java201 …PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 0, intent, PendingIntent.FLAG_MUTAB… in testAPWakeUpOnSMDTrigger() local
/cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
DCollectionAppWidgetProvider.java109 PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 0, viewIntent, in onUpdate() local
/cts/tests/tests/packageinstaller/nopermission/src/android.packageinstaller.nopermission.cts/
DNoPermissionTests.kt147 val pendingIntent = PendingIntent.getBroadcast(context, 0, Intent(ACTION), in launchPackageInstallerViaSession() constant
/cts/tests/tests/packageinstaller/install_appop_default/src/android/packageinstaller/install_appop_default/cts/
DPackageInstallerTestBase.kt148 val pendingIntent = PendingIntent.getBroadcast(context, 0, Intent(INSTALL_ACTION_CB), in <lambda>() constant
/cts/tests/translation/src/android/translation/cts/
DCtsTestIme.java129 final PendingIntent pendingIntent = sourceIntent.getParcelableExtra(EXTRA_FINISH_COMMAND); in notifyCommandDone() local

12