Loading packages/SystemUI/src/com/android/systemui/classifier/FalsingStartModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,5 @@ interface FalsingStartModule { @Binds @IntoMap @ClassKey(FalsingCoreStartable::class) fun bindFalsingCoreStartable(falsingCoreStartable: FalsingCoreStartable?): CoreStartable? fun bindFalsingCoreStartable(falsingCoreStartable: FalsingCoreStartable): CoreStartable } packages/SystemUI/src/com/android/systemui/smartspace/dagger/SmartspaceModule.kt +2 −2 Original line number Diff line number Diff line Loading @@ -65,8 +65,8 @@ abstract class SmartspaceModule { @Binds @Named(LOCKSCREEN_SMARTSPACE_PRECONDITION) abstract fun bindSmartspacePrecondition( lockscreenPrecondition: LockscreenPrecondition? ): SmartspacePrecondition? lockscreenPrecondition: LockscreenPrecondition ): SmartspacePrecondition @BindsOptionalOf @Named(GLANCEABLE_HUB_SMARTSPACE_DATA_PLUGIN) Loading packages/SystemUI/src/com/android/systemui/util/EventLogModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -22,5 +22,5 @@ import dagger.Module @Module interface EventLogModule { @SysUISingleton @Binds fun bindEventLog(eventLogImpl: EventLogImpl?): EventLog? @SysUISingleton @Binds fun bindEventLog(eventLogImpl: EventLogImpl): EventLog } Loading
packages/SystemUI/src/com/android/systemui/classifier/FalsingStartModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,5 @@ interface FalsingStartModule { @Binds @IntoMap @ClassKey(FalsingCoreStartable::class) fun bindFalsingCoreStartable(falsingCoreStartable: FalsingCoreStartable?): CoreStartable? fun bindFalsingCoreStartable(falsingCoreStartable: FalsingCoreStartable): CoreStartable }
packages/SystemUI/src/com/android/systemui/smartspace/dagger/SmartspaceModule.kt +2 −2 Original line number Diff line number Diff line Loading @@ -65,8 +65,8 @@ abstract class SmartspaceModule { @Binds @Named(LOCKSCREEN_SMARTSPACE_PRECONDITION) abstract fun bindSmartspacePrecondition( lockscreenPrecondition: LockscreenPrecondition? ): SmartspacePrecondition? lockscreenPrecondition: LockscreenPrecondition ): SmartspacePrecondition @BindsOptionalOf @Named(GLANCEABLE_HUB_SMARTSPACE_DATA_PLUGIN) Loading
packages/SystemUI/src/com/android/systemui/util/EventLogModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -22,5 +22,5 @@ import dagger.Module @Module interface EventLogModule { @SysUISingleton @Binds fun bindEventLog(eventLogImpl: EventLogImpl?): EventLog? @SysUISingleton @Binds fun bindEventLog(eventLogImpl: EventLogImpl): EventLog }