Searched refs:isShowNotificationsOnLockScreenEnabled (Results 1 – 3 of 3) sorted by relevance
45 NotificationSnapshotModel(interactor.isShowNotificationsOnLockScreenEnabled().value) in setUpSnapshotRestorer()49 interactor.isShowNotificationsOnLockScreenEnabled().collect { in setUpSnapshotRestorer()51 NotificationSnapshotModel(isShowNotificationsOnLockScreenEnabled = it) in setUpSnapshotRestorer()59 val isShowNotificationsOnLockScreenEnabled = in restoreToSnapshot() constant61 interactor.setShowNotificationsOnLockscreenEnabled(isShowNotificationsOnLockScreenEnabled) in restoreToSnapshot()68 model.isShowNotificationsOnLockScreenEnabled.toString(), in snapshot()82 val isShowNotificationsOnLockScreenEnabled: Boolean = false, constant in com.android.customization.picker.notifications.domain.interactor.NotificationSnapshotModel
77 val showNotifs = collectLastValue(interactor.isShowNotificationsOnLockScreenEnabled()) in setUpAndRestore_Active()91 val showNotifs = collectLastValue(interactor.isShowNotificationsOnLockScreenEnabled()) in setUpAndRestore_Inactive()104 val showNotifs = collectLastValue(interactor.isShowNotificationsOnLockScreenEnabled()) in <lambda>()118 val showNotifs = collectLastValue(interactor.isShowNotificationsOnLockScreenEnabled()) in <lambda>()
38 suspend fun isSwitchOn(): Flow<Boolean> = interactor.isShowNotificationsOnLockScreenEnabled() in isSwitchOn()45 interactor.isShowNotificationsOnLockScreenEnabled().value in isSwitchOn()