Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DAppUsageObserverTest.java35 PendingIntent pendingIntent = PendingIntent.getActivity( in testMinTimeLimit() local
54 PendingIntent pendingIntent = PendingIntent.getActivity( in testObserverLimit() 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
DServiceTest.java760 public void onSendFinished(PendingIntent pendingIntent, Intent intent, int resultCode, in onSendFinished()
DNotificationManagerTest.java968 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() 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
129 final PendingIntent pendingIntent = PendingIntent.getActivity(context, id, intent, 0); in createSender() local
DCustomDescriptionWithLinkTestCase.java272 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in newCustomDescriptionBuilder() local
/cts/tests/framework/base/activitymanager/util/src/android/server/am/
DActivityLauncher.java144 final PendingIntent pendingIntent = PendingIntent.getActivity(launchContext, 0, in launchActivityFromExtras() 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/widget/src/android/widget/cts/appwidget/
DMyAppWidgetProvider.java109 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, viewIntent, in onUpdate() local
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DBasePackageInstallTest.java165 PendingIntent pendingIntent = PendingIntent.getBroadcast( in getCommitCallback() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSignificantMotionTestActivity.java202 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 0, intent, 0); in testAPWakeUpOnSMDTrigger() local
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java195 PendingIntent pendingIntent = PendingIntent.getBroadcast( in getCommitCallback() 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/telephony/src/android/telephony/cts/
DMmsTest.java208 final PendingIntent pendingIntent = PendingIntent.getBroadcast( in testSendMmsMessage() local
/cts/tests/tests/notificationlegacy/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java238 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() local
/cts/tests/tests/location/src/android/location/cts/
DEmergencyCallMessageTest.java206 final PendingIntent pendingIntent = PendingIntent.getBroadcast( in testSendMmsMessage() local
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java509 PendingIntent pendingIntent = PendingIntent.getBroadcast( in testRegisterNetworkCallback_withPendingIntent() local
513 mCm.registerNetworkCallback(makeWifiNetworkRequest(), pendingIntent); in testRegisterNetworkCallback_withPendingIntent() local
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java479 final PendingIntent pendingIntent = PendingIntent.getActivity( in createWebLinkIntent() local
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java698 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in testSetOnClickPendingIntent() local