Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java300 b.setDeleteIntent(makeDeleteIntent(id)); in buildNotification()
495 private PendingIntent makeDeleteIntent(int id) { in makeDeleteIntent() method in NotificationBuilderTest