Searched refs:NotificationsSnapshotRestorer (Results 1 – 3 of 3) sorted by relevance
22 …port com.android.customization.picker.notifications.domain.interactor.NotificationsSnapshotRestorer45 private lateinit var underTest: NotificationsSnapshotRestorer67 NotificationsSnapshotRestorer( in setUp()
58 …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>()
28 class NotificationsSnapshotRestorer( class