Searched refs:isNotificationBundlingEnabled (Results 1 – 4 of 4) sorted by relevance
124 when(mBackend.isNotificationBundlingEnabled(any())).thenReturn(true); in updatePrefValues_reflectsSettings()141 when(mBackend.isNotificationBundlingEnabled(any())).thenReturn(false); in updatePrefValues_typesGoneWhenGlobalOff()157 when(mBackend.isNotificationBundlingEnabled(any())).thenReturn(true); in turnOffGlobalSwitch_updatesBackendAndTypeSwitches()164 when(mBackend.isNotificationBundlingEnabled(any())).thenReturn(false); in turnOffGlobalSwitch_updatesBackendAndTypeSwitches()178 when(mBackend.isNotificationBundlingEnabled(any())).thenReturn(false); in turnOnGlobalSwitch_updatesBackendAndTypeSwitches()183 when(mBackend.isNotificationBundlingEnabled(any())).thenReturn(true); in turnOnGlobalSwitch_updatesBackendAndTypeSwitches()197 when(mBackend.isNotificationBundlingEnabled(any())).thenReturn(true); in turnOnTypeBundle_updatesBackend_doesNotChangeGlobalSwitch()211 when(mBackend.isNotificationBundlingEnabled(any())).thenReturn(true); in turnOffTypeBundle_lastOneChangesGlobalSwitch()
45 return mBackend.isNotificationBundlingEnabled(mContext) in getSummary()
90 boolean isBundlingEnabled = mBackend.isNotificationBundlingEnabled(mContext); in updatePrefValues()
687 public boolean isNotificationBundlingEnabled(Context context) { in isNotificationBundlingEnabled() method in NotificationBackend