Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4905 final NotificationRecord nrNormal = generateNotificationRecord(mTestNotificationChannel); in testCancelAllNotificationsFromListener_ignoresBubbles() local
4909 mService.addNotification(nrNormal); in testCancelAllNotificationsFromListener_ignoresBubbles()
4922 final NotificationRecord nrNormal = generateNotificationRecord(mTestNotificationChannel); in testCancelNotificationsFromListener_ignoresBubbles() local
4926 mService.addNotification(nrNormal); in testCancelNotificationsFromListener_ignoresBubbles()
4929 String[] keys = {nrNormal.sbn.getKey(), nrBubble.sbn.getKey()}; in testCancelNotificationsFromListener_ignoresBubbles()