Searched defs:pendingIntent (Results 1 – 9 of 9) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 162 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
|
D | NotificationManagerTest.java | 107 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() local
|
/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
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | SignificantMotionTestActivity.java | 192 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 0, intent, 0); in testAPWakeUpOnSMDTrigger() local
|
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/ |
D | BasePackageInstallTest.java | 182 PendingIntent pendingIntent = PendingIntent.getBroadcast( in getCommitCallback() local
|
/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
|
/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
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | MmsTest.java | 208 final PendingIntent pendingIntent = PendingIntent.getBroadcast( in testSendMmsMessage() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 564 PendingIntent pendingIntent = PendingIntent.getActivity(mActivity, 0, intent, 0); in testSetOnClickPendingIntent() local
|