Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DSlicePurchaseBroadcastReceiverTest.java227 createValidPendingIntent(mNotificationShownIntent, in displayPerformanceBoostNotification()
229 createValidPendingIntent(mNotificationsDisabledIntent, in displayPerformanceBoostNotification()
257 private void createValidPendingIntent(@NonNull PendingIntent intent, @NonNull String extra) { in createValidPendingIntent() method in SlicePurchaseBroadcastReceiverTest