/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
D | AlarmOperation.java | 94 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); in execute() local 95 am.setExact(AlarmManager.RTC_WAKEUP, wakeupTimeMs, pendingIntent); in execute()
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 107 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() local 113 .setContentIntent(pendingIntent) in sendNotification()
|
D | PendingIntentTest.java | 162 private void pendingIntentSendError(PendingIntent pendingIntent) { in pendingIntentSendError() argument 272 private void pendingIntentSendShouldFail(PendingIntent pendingIntent) { in pendingIntentSendShouldFail() argument 274 pendingIntent.send(); in pendingIntentSendShouldFail() 524 PendingIntent pendingIntent = PendingIntent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local 525 assertTrue(mPendingIntent.equals(pendingIntent)); in testWriteToParcel()
|
D | NotificationTest.java | 71 final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); 72 mNotification.contentIntent = pendingIntent;
|
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/ |
D | MyBroadcastReceiver.java | 234 final PendingIntent pendingIntent = PendingIntent.getService(context, 0, serviceIntent, 0); in sendNotification() local 238 R.drawable.ic_notification, "ACTION", pendingIntent) in sendNotification() 245 .setContentIntent(pendingIntent) in sendNotification()
|
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/ |
D | BasePackageInstallTest.java | 182 PendingIntent pendingIntent = PendingIntent.getBroadcast( in getCommitCallback() local 187 return pendingIntent.getIntentSender(); in getCommitCallback()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | SignificantMotionTestActivity.java | 192 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 0, intent, 0); in testAPWakeUpOnSMDTrigger() local 196 SystemClock.elapsedRealtime() + ALARM_WAKE_TIME_DELAY_MS, pendingIntent); in testAPWakeUpOnSMDTrigger() 213 am.cancel(pendingIntent); in testAPWakeUpOnSMDTrigger()
|
/cts/tests/tests/net/src/android/net/cts/ |
D | ConnectivityManagerTest.java | 353 PendingIntent pendingIntent = PendingIntent.getBroadcast( in testRegisterNetworkCallback_withPendingIntent() local 357 mCm.registerNetworkCallback(makeWifiNetworkRequest(), pendingIntent); in testRegisterNetworkCallback_withPendingIntent() local 375 mCm.unregisterNetworkCallback(pendingIntent); in testRegisterNetworkCallback_withPendingIntent() 376 pendingIntent.cancel(); in testRegisterNetworkCallback_withPendingIntent()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | MmsTest.java | 208 final PendingIntent pendingIntent = PendingIntent.getBroadcast( in testSendMmsMessage() local 211 contentUri, null/*locationUrl*/, null/*configOverrides*/, pendingIntent); in testSendMmsMessage()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 564 PendingIntent pendingIntent = PendingIntent.getActivity(mActivity, 0, intent, 0); in testSetOnClickPendingIntent() local 565 mRemoteViews.setOnClickPendingIntent(R.id.remoteView_image, pendingIntent); in testSetOnClickPendingIntent()
|