Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/NotifPipelineChoreographer.kt +2 −2 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ interface NotifPipelineChoreographer { object NotifPipelineChoreographerModule @Module private interface PrivateModule { interface PrivateModule { @Binds fun bindChoreographer(impl: NotifPipelineChoreographerImpl): NotifPipelineChoreographer } Loading @@ -59,7 +59,7 @@ private interface PrivateModule { private const val TIMEOUT_MS: Long = 100 @SysUISingleton private class NotifPipelineChoreographerImpl @Inject constructor( class NotifPipelineChoreographerImpl @Inject constructor( private val viewChoreographer: Choreographer, @Main private val executor: DelayableExecutor ) : NotifPipelineChoreographer { Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/SensitiveContentCoordinator.kt +2 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ import javax.inject.Inject interface SensitiveContentCoordinatorModule @Module private interface PrivateSensitiveContentCoordinatorModule { interface PrivateSensitiveContentCoordinatorModule { @Binds fun bindCoordinator(impl: SensitiveContentCoordinatorImpl): SensitiveContentCoordinator } Loading @@ -47,7 +47,7 @@ private interface PrivateSensitiveContentCoordinatorModule { interface SensitiveContentCoordinator : Coordinator @CoordinatorScope private class SensitiveContentCoordinatorImpl @Inject constructor( class SensitiveContentCoordinatorImpl @Inject constructor( private val dynamicPrivacyController: DynamicPrivacyController, private val lockscreenUserManager: NotificationLockscreenUserManager, private val keyguardUpdateMonitor: KeyguardUpdateMonitor, Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/dagger/CoordinatorsModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ interface CoordinatorsSubcomponent { @Module(includes = [ SensitiveContentCoordinatorModule::class, ]) private abstract class InternalCoordinatorsModule { abstract class InternalCoordinatorsModule { @Binds @Internal abstract fun bindNotifCoordinators(impl: NotifCoordinatorsImpl): NotifCoordinators Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/SectionHeaderController.kt +2 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ interface SectionHeaderController { } @SectionHeaderScope internal class SectionHeaderNodeControllerImpl @Inject constructor( class SectionHeaderNodeControllerImpl @Inject constructor( @NodeLabel override val nodeLabel: String, private val layoutInflater: LayoutInflater, @HeaderText @StringRes private val headerTextResId: Int, Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/NotificationSectionHeadersModule.kt +2 −2 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ interface SectionHeaderControllerSubcomponent { } @Module private abstract class SectionHeaderBindingModule { abstract class SectionHeaderBindingModule { @Binds abstract fun bindsNodeController(impl: SectionHeaderNodeControllerImpl): NodeController @Binds abstract fun bindsSectionHeaderController( impl: SectionHeaderNodeControllerImpl Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/NotifPipelineChoreographer.kt +2 −2 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ interface NotifPipelineChoreographer { object NotifPipelineChoreographerModule @Module private interface PrivateModule { interface PrivateModule { @Binds fun bindChoreographer(impl: NotifPipelineChoreographerImpl): NotifPipelineChoreographer } Loading @@ -59,7 +59,7 @@ private interface PrivateModule { private const val TIMEOUT_MS: Long = 100 @SysUISingleton private class NotifPipelineChoreographerImpl @Inject constructor( class NotifPipelineChoreographerImpl @Inject constructor( private val viewChoreographer: Choreographer, @Main private val executor: DelayableExecutor ) : NotifPipelineChoreographer { Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/SensitiveContentCoordinator.kt +2 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ import javax.inject.Inject interface SensitiveContentCoordinatorModule @Module private interface PrivateSensitiveContentCoordinatorModule { interface PrivateSensitiveContentCoordinatorModule { @Binds fun bindCoordinator(impl: SensitiveContentCoordinatorImpl): SensitiveContentCoordinator } Loading @@ -47,7 +47,7 @@ private interface PrivateSensitiveContentCoordinatorModule { interface SensitiveContentCoordinator : Coordinator @CoordinatorScope private class SensitiveContentCoordinatorImpl @Inject constructor( class SensitiveContentCoordinatorImpl @Inject constructor( private val dynamicPrivacyController: DynamicPrivacyController, private val lockscreenUserManager: NotificationLockscreenUserManager, private val keyguardUpdateMonitor: KeyguardUpdateMonitor, Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/dagger/CoordinatorsModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ interface CoordinatorsSubcomponent { @Module(includes = [ SensitiveContentCoordinatorModule::class, ]) private abstract class InternalCoordinatorsModule { abstract class InternalCoordinatorsModule { @Binds @Internal abstract fun bindNotifCoordinators(impl: NotifCoordinatorsImpl): NotifCoordinators Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/SectionHeaderController.kt +2 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ interface SectionHeaderController { } @SectionHeaderScope internal class SectionHeaderNodeControllerImpl @Inject constructor( class SectionHeaderNodeControllerImpl @Inject constructor( @NodeLabel override val nodeLabel: String, private val layoutInflater: LayoutInflater, @HeaderText @StringRes private val headerTextResId: Int, Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/NotificationSectionHeadersModule.kt +2 −2 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ interface SectionHeaderControllerSubcomponent { } @Module private abstract class SectionHeaderBindingModule { abstract class SectionHeaderBindingModule { @Binds abstract fun bindsNodeController(impl: SectionHeaderNodeControllerImpl): NodeController @Binds abstract fun bindsSectionHeaderController( impl: SectionHeaderNodeControllerImpl Loading