Searched refs:nrBubble (Results 1 – 1 of 1) sorted by relevance
559 NotificationRecord nrBubble = generateNotificationRecord(mTestNotificationChannel, 1, in addGroupWithBubblesAndValidateAdded() local563 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() local4883 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() local4907 nrBubble.sbn.getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotificationsFromListener_ignoresBubbles()[all …]