Loading src/com/android/customization/module/ThemePickerInjector.kt +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ constructor( ?: NotificationSettingsInteractor( repository = NotificationSettingsRepository( scope = getApplicationCoroutineScope(), backgroundScope = bgScope, backgroundDispatcher = bgDispatcher, secureSettingsRepository = secureSettingsRepository.get(), systemSettingsRepository = systemSettingsRepository.get(), Loading tests/robotests/src/com/android/customization/model/notifications/domain/interactor/NotificationsSnapshotRestorerTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class NotificationsSnapshotRestorerTest { NotificationSettingsInteractor( repository = NotificationSettingsRepository( scope = testScope.backgroundScope, backgroundScope = testScope.backgroundScope, backgroundDispatcher = testDispatcher, secureSettingsRepository = fakeSecureSettingsRepository, systemSettingsRepository = fakeSystemSettingsRepository, Loading tests/robotests/src/com/android/customization/picker/notifications/ui/viewmodel/NotificationSectionViewModelTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ class NotificationSectionViewModelTest { NotificationSettingsInteractor( repository = NotificationSettingsRepository( scope = testScope.backgroundScope, backgroundScope = testScope.backgroundScope, backgroundDispatcher = testDispatcher, secureSettingsRepository = FakeSecureSettingsRepository(), systemSettingsRepository = FakeSystemSettingsRepository(), Loading Loading
src/com/android/customization/module/ThemePickerInjector.kt +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ constructor( ?: NotificationSettingsInteractor( repository = NotificationSettingsRepository( scope = getApplicationCoroutineScope(), backgroundScope = bgScope, backgroundDispatcher = bgDispatcher, secureSettingsRepository = secureSettingsRepository.get(), systemSettingsRepository = systemSettingsRepository.get(), Loading
tests/robotests/src/com/android/customization/model/notifications/domain/interactor/NotificationsSnapshotRestorerTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class NotificationsSnapshotRestorerTest { NotificationSettingsInteractor( repository = NotificationSettingsRepository( scope = testScope.backgroundScope, backgroundScope = testScope.backgroundScope, backgroundDispatcher = testDispatcher, secureSettingsRepository = fakeSecureSettingsRepository, systemSettingsRepository = fakeSystemSettingsRepository, Loading
tests/robotests/src/com/android/customization/picker/notifications/ui/viewmodel/NotificationSectionViewModelTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ class NotificationSectionViewModelTest { NotificationSettingsInteractor( repository = NotificationSettingsRepository( scope = testScope.backgroundScope, backgroundScope = testScope.backgroundScope, backgroundDispatcher = testDispatcher, secureSettingsRepository = FakeSecureSettingsRepository(), systemSettingsRepository = FakeSystemSettingsRepository(), Loading