Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java162 private void pendingIntentSendError(PendingIntent pendingIntent) { in pendingIntentSendError()
272 private void pendingIntentSendShouldFail(PendingIntent pendingIntent) { in pendingIntentSendShouldFail()
524 PendingIntent pendingIntent = PendingIntent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
DNotificationManagerTest.java107 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() local
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DAlarmOperation.java94 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); in execute() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSignificantMotionTestActivity.java192 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 0, intent, 0); in testAPWakeUpOnSMDTrigger() local
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DBasePackageInstallTest.java182 PendingIntent pendingIntent = PendingIntent.getBroadcast( in getCommitCallback() local
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java234 final PendingIntent pendingIntent = PendingIntent.getService(context, 0, serviceIntent, 0); in sendNotification() local
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java353 PendingIntent pendingIntent = PendingIntent.getBroadcast( in testRegisterNetworkCallback_withPendingIntent() local
357 mCm.registerNetworkCallback(makeWifiNetworkRequest(), pendingIntent); in testRegisterNetworkCallback_withPendingIntent() local
/cts/tests/tests/telephony/src/android/telephony/cts/
DMmsTest.java208 final PendingIntent pendingIntent = PendingIntent.getBroadcast( in testSendMmsMessage() local
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java564 PendingIntent pendingIntent = PendingIntent.getActivity(mActivity, 0, intent, 0); in testSetOnClickPendingIntent() local