Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java559 NotificationRecord nrBubble = generateNotificationRecord(mTestNotificationChannel, 1, in addGroupWithBubblesAndValidateAdded() local
563 when(mActivityManager.getPackageImportance(nrBubble.sbn.getPackageName())).thenReturn( in addGroupWithBubblesAndValidateAdded()
567 nrBubble.sbn.getId(), nrBubble.sbn.getNotification(), nrBubble.sbn.getUserId()); in addGroupWithBubblesAndValidateAdded()
4882 final NotificationRecord nrBubble = generateNotificationRecord(mTestNotificationChannel); in testAppCancelNotifications_cancelsBubbles() local
4883 nrBubble.sbn.getNotification().flags |= FLAG_BUBBLE; in testAppCancelNotifications_cancelsBubbles()
4887 nrBubble.sbn.getId(), nrBubble.sbn.getNotification(), nrBubble.sbn.getUserId()); in testAppCancelNotifications_cancelsBubbles()
4894 mBinderService.cancelNotificationWithTag(PKG, null, nrBubble.sbn.getId(), in testAppCancelNotifications_cancelsBubbles()
4895 nrBubble.sbn.getUserId()); in testAppCancelNotifications_cancelsBubbles()
4906 final NotificationRecord nrBubble = generateNotificationRecord(mTestNotificationChannel); in testCancelAllNotificationsFromListener_ignoresBubbles() local
4907 nrBubble.sbn.getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotificationsFromListener_ignoresBubbles()
[all …]