Searched refs:isShowNotificationsOnLockScreenEnabled (Results 1 – 3 of 3) sorted by relevance
29 suspend fun isShowNotificationsOnLockScreenEnabled(): StateFlow<Boolean> = in isShowNotificationsOnLockScreenEnabled() method in com.android.systemui.shared.notifications.domain.interactor.NotificationSettingsInteractor30 repository.isShowNotificationsOnLockScreenEnabled() in isShowNotificationsOnLockScreenEnabled()38 val current = repository.isShowNotificationsOnLockScreenEnabled().value in toggleShowNotificationsOnLockscreenEnabled()
59 val showNotifs by collectLastValue(underTest.isShowNotificationsOnLockScreenEnabled()) in testGetIsShowNotificationsOnLockscreenEnabled()77 val showNotifs by collectLastValue(underTest.isShowNotificationsOnLockScreenEnabled()) in testSetIsShowNotificationsOnLockscreenEnabled()
44 suspend fun isShowNotificationsOnLockScreenEnabled(): StateFlow<Boolean> = in isShowNotificationsOnLockScreenEnabled() method in com.android.systemui.shared.notifications.data.repository.NotificationSettingsRepository