Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A 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
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java183 .setContentIntent(createContentIntent(printJob.getId())) in createNotification()
273 private PendingIntent createContentIntent(PrintJobId printJobId) { in createContentIntent() method in NotificationController
/aosp14/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DSlicePurchaseBroadcastReceiverTest.java233 doReturn(mContentIntent1).when(mSlicePurchaseBroadcastReceiver).createContentIntent( in displayPerformanceBoostNotification()
235 doReturn(mContentIntent2).when(mSlicePurchaseBroadcastReceiver).createContentIntent( in displayPerformanceBoostNotification()