Home
last modified time | relevance | path

Searched refs:createContentIntent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DSlicePurchaseBroadcastReceiver.java374 .setContentIntent(createContentIntent(context, intent, 1)) in onDisplayPerformanceBoostNotification()
390 createContentIntent(context, intent, 2)).build()) in onDisplayPerformanceBoostNotification()
447 @NonNull public PendingIntent createContentIntent(@NonNull Context context, in createContentIntent() method in SlicePurchaseBroadcastReceiver
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java183 .setContentIntent(createContentIntent(printJob.getId())) in createNotification()
273 private PendingIntent createContentIntent(PrintJobId printJobId) { in createContentIntent() method in NotificationController
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DSlicePurchaseBroadcastReceiverTest.java233 doReturn(mContentIntent1).when(mSlicePurchaseBroadcastReceiver).createContentIntent( in displayPerformanceBoostNotification()
235 doReturn(mContentIntent2).when(mSlicePurchaseBroadcastReceiver).createContentIntent( in displayPerformanceBoostNotification()