Searched refs:LightBarController (Results 1 – 9 of 9) sorted by relevance
44 import com.android.systemui.statusbar.phone.LightBarController;141 LightBarController lightBarController = isOnDefaultDisplay in createNavigationBar()142 ? Dependency.get(LightBarController.class) in createNavigationBar()143 : new LightBarController(context, in createNavigationBar()
45 import com.android.systemui.statusbar.phone.LightBarController;71 @Mock private LightBarController mLightBarController;82 mDependency.injectTestDependency(LightBarController.class, in setUp()
47 import com.android.systemui.statusbar.phone.LightBarController;70 private final LightBarController mLightBarController;91 LightBarController lightBarController, in QSCustomizer()
43 public class LightBarController implements BatteryController.BatteryStateChangeCallback, Dumpable { class86 public LightBarController(Context ctx, DarkIconDispatcher darkIconDispatcher, in LightBarController() method in LightBarController
167 private LightBarController mLightBarController;965 public void setLightBarController(LightBarController lightBarController) { in setLightBarController()
346 protected LightBarController mLightBarController;928 mLightBarController = Dependency.get(LightBarController.class); in makeStatusBarView()1100 mLightBarController = Dependency.get(LightBarController.class); in getDependencies()
66 import com.android.systemui.statusbar.phone.LightBarController;520 private LightBarController mLightBarController;525 mLightBarController = Dependency.get(LightBarController.class); in RemoteEditText()
74 import com.android.systemui.statusbar.phone.LightBarController;242 @Inject Lazy<LightBarController> mLightBarController;417 mProviders.put(LightBarController.class, mLightBarController::get); in start()
107 import com.android.systemui.statusbar.phone.LightBarController;422 mLightBarController = Dependency.get(LightBarController.class); in getDependencies()