Home
last modified time | relevance | path

Searched refs:NotificationSnapshotModel (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/notifications/domain/interactor/
DNotificationsSnapshotRestorer.kt35 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