Loading packages/CarSystemUI/src/com/android/systemui/CarComponentBinder.java +1 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ import dagger.Module; @Module(includes = { DefaultActivityBinder.class, DefaultBroadcastReceiverBinder.class, DefaultServiceBinder.class, CarSystemUIBinder.class}) DefaultServiceBinder.class}) public class CarComponentBinder { } packages/CarSystemUI/src/com/android/systemui/CarSystemUIModule.java +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ import dagger.Module; import dagger.Provides; @Module(includes = {DividerModule.class}) abstract class CarSystemUIModule { public abstract class CarSystemUIModule { @Singleton @Provides Loading packages/CarSystemUI/src/com/android/systemui/CarSystemUIRootComponent.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,6 @@ import dagger.Component; CarSystemUIModule.class, CarSystemUIBinder.class }) interface CarSystemUIRootComponent extends SystemUIRootComponent { public interface CarSystemUIRootComponent extends SystemUIRootComponent { } Loading
packages/CarSystemUI/src/com/android/systemui/CarComponentBinder.java +1 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ import dagger.Module; @Module(includes = { DefaultActivityBinder.class, DefaultBroadcastReceiverBinder.class, DefaultServiceBinder.class, CarSystemUIBinder.class}) DefaultServiceBinder.class}) public class CarComponentBinder { }
packages/CarSystemUI/src/com/android/systemui/CarSystemUIModule.java +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ import dagger.Module; import dagger.Provides; @Module(includes = {DividerModule.class}) abstract class CarSystemUIModule { public abstract class CarSystemUIModule { @Singleton @Provides Loading
packages/CarSystemUI/src/com/android/systemui/CarSystemUIRootComponent.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,6 @@ import dagger.Component; CarSystemUIModule.class, CarSystemUIBinder.class }) interface CarSystemUIRootComponent extends SystemUIRootComponent { public interface CarSystemUIRootComponent extends SystemUIRootComponent { }