Searched refs:isNotificationHistoryEnabled (Results 1 – 4 of 4) sorted by relevance
26 val isNotificationHistoryEnabled = repository.isNotificationHistoryEnabled constant
37 val isNotificationHistoryEnabled: Flow<Boolean> = constant in com.android.systemui.shared.notifications.data.repository.NotificationSettingsRepository
89 val historyEnabled by collectLastValue(underTest.isNotificationHistoryEnabled) in testGetIsNotificationHistoryEnabled()
94 notificationSettingsInteractor.isNotificationHistoryEnabled in <lambda>()