Searched refs:NotificationSnapshotModel (Results 1 – 1 of 1) sorted by relevance
35 private fun storeSnapshot(model: NotificationSnapshotModel) { in storeSnapshot()45 NotificationSnapshotModel(interactor.isShowNotificationsOnLockScreenEnabled().value) in setUpSnapshotRestorer()51 NotificationSnapshotModel(isShowNotificationsOnLockScreenEnabled = it) in setUpSnapshotRestorer()64 private fun snapshot(model: NotificationSnapshotModel): RestorableSnapshot { in snapshot()80 private data class NotificationSnapshotModel( dataClass