Searched refs:storeSnapshot (Results 1 – 8 of 8) sorted by relevance
35 private fun storeSnapshot(model: NotificationSnapshotModel) { in storeSnapshot() method in com.android.customization.picker.notifications.domain.interactor.NotificationsSnapshotRestorer50 storeSnapshot( in setUpSnapshotRestorer()
63 snapshotRestorer.get().storeSnapshot() in select()72 snapshotRestorer.get().storeSnapshot() in unselectAllFromSlot()
33 suspend fun storeSnapshot() { in <lambda>() method in com.android.customization.picker.quickaffordance.domain.interactor.KeyguardQuickAffordanceSnapshotRestorer
54 snapshotRestorer.get().storeSnapshot(colorOptionModel) in select()
34 fun storeSnapshot(colorOptionModel: ColorOptionModel) { in <lambda>() method in com.android.customization.picker.color.domain.interactor.ColorPickerSnapshotRestorer
65 fun storeSnapshot(clockSnapshotModel: ClockSnapshotModel) { in <lambda>() method in com.android.customization.picker.clock.domain.interactor.ClockPickerSnapshotRestorer
119 snapshotRestorer.get().storeSnapshot(option) in <lambda>()
94 colorOptionToStore?.let { underTest.storeSnapshot(colorOptionToStore) } in <lambda>()