Searched refs:isNotificationBundlingSupported (Results 1 – 7 of 7) sorted by relevance
101 when(mBackend.isNotificationBundlingSupported()).thenReturn(true); in isAvailable_flagEnabledNasSupports_shouldReturnTrue()109 when(mBackend.isNotificationBundlingSupported()).thenReturn(false); in isAvailable_flagEnabledNasDoesNotSupport_shouldReturnFalse()116 when(mBackend.isNotificationBundlingSupported()).thenReturn(true); in isAvailable_flagDisabledNasSupports_shouldReturnFalse()
87 when(mBackend.isNotificationBundlingSupported()).thenReturn(true); in testIsAvailable()
39 if (Flags.notificationClassificationUi() && mBackend.isNotificationBundlingSupported()) { in getAvailabilityStatus()
39 return Flags.notificationClassificationUi() && mBackend.isNotificationBundlingSupported() in getAvailabilityStatus()
63 if (Flags.notificationClassificationUi() && mBackend.isNotificationBundlingSupported()) { in getAvailabilityStatus()
97 if (KEY_TYPE.equals(mAdjustmentKey) && mBackend.isNotificationBundlingSupported()) { in getAvailabilityStatus()
678 public boolean isNotificationBundlingSupported() { in isNotificationBundlingSupported() method in NotificationBackend