Loading packages/SystemUI/src/com/android/systemui/statusbar/StatusBarDependenciesModule.java +0 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ public class StatusBarDependenciesModule { * Provides our instance of CommandQueue which is considered optional. */ @Provides @Singleton public CommandQueue provideCommandQueue(Context context) { return new CommandQueue(context); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/StatusBarDependenciesModule.java +0 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ public class StatusBarDependenciesModule { * Provides our instance of CommandQueue which is considered optional. */ @Provides @Singleton public CommandQueue provideCommandQueue(Context context) { return new CommandQueue(context); } Loading