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