Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/notifications/domain/interactor/
DNotificationsSnapshotRestorerTest.kt22 …port com.android.customization.picker.notifications.domain.interactor.NotificationsSnapshotRestorer
45 private lateinit var underTest: NotificationsSnapshotRestorer
67 NotificationsSnapshotRestorer( in setUp()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt58 …port com.android.customization.picker.notifications.domain.interactor.NotificationsSnapshotRestorer in <lambda>()
109 private var notificationsSnapshotRestorer: NotificationsSnapshotRestorer? = null in <lambda>()
319 private fun getNotificationsSnapshotRestorer(context: Context): NotificationsSnapshotRestorer { in <lambda>()
321 ?: NotificationsSnapshotRestorer( in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/notifications/domain/interactor/
DNotificationsSnapshotRestorer.kt28 class NotificationsSnapshotRestorer( class