Searched refs:LightBarController (Results 1 – 5 of 5) sorted by relevance
48 import com.android.systemui.statusbar.phone.LightBarController;68 private final LightBarController mLightBarController;120 mLightBarController = Dependency.get(LightBarController.class); in QSCustomizer()
41 public class LightBarController implements BatteryController.BatteryStateChangeCallback, Dumpable { class80 public LightBarController(Context ctx) { in LightBarController() method in LightBarController
153 private LightBarController mLightBarController;1011 public void setLightBarController(LightBarController lightBarController) { in setLightBarController()
362 private LightBarController mLightBarController;934 mLightBarController = Dependency.get(LightBarController.class); in makeStatusBarView()
53 import com.android.systemui.statusbar.phone.LightBarController;316 mProviders.put(LightBarController.class, () -> new LightBarController(mContext)); in start()