Searched defs:mBatteryController (Results 1 - 7 of 7) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterDrawable.java86 private BatteryController mBatteryController; field in class:BatteryMeterDrawable
187 mBatteryController.addStateChangedCallback(this);
193 mBatteryController.removeStateChangedCallback(this);
211 mBatteryController = batteryController;
212 mPowerSaveEnabled = mBatteryController.isPowerSave();
H A DBatteryMeterView.java35 private BatteryController mBatteryController; field in class:BatteryMeterView
76 mBatteryController.addStateChangedCallback(this);
84 mBatteryController.removeStateChangedCallback(this);
101 public void setBatteryController(BatteryController mBatteryController) { argument
102 this.mBatteryController = mBatteryController;
103 mDrawable.setBatteryController(mBatteryController);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBatteryTile.java50 private final BatteryController mBatteryController; field in class:BatteryTile
61 mBatteryController = host.getBatteryController();
82 mBatteryController.addStateChangedCallback(this);
84 mBatteryController.removeStateChangedCallback(this);
260 mBatteryController.setPowerSaveMode(!mPowerSave);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java57 private BatteryController mBatteryController; field in class:KeyguardStatusBarView
171 mBatteryController.addStateChangedCallback(this);
173 mBatteryController.removeStateChangedCallback(this);
185 mBatteryController = batteryController;
H A DLightStatusBarController.java33 private final BatteryController mBatteryController; field in class:LightStatusBarController
47 mBatteryController = batteryController;
83 boolean allowLight = isTransparentBar && !mBatteryController.isPowerSave();
H A DPhoneStatusBar.java296 protected BatteryController mBatteryController; field in class:PhoneStatusBar
840 mBatteryController = createBatteryController();
841 mBatteryController.addStateChangedCallback(new BatteryStateChangeCallback() {
880 mBatteryController);
897 mSecurityController, mBatteryController, mIconController,
922 mBatteryController);
923 mKeyguardStatusBar.setBatteryController(mBatteryController);
2949 final boolean powerSave = mBatteryController.isPowerSave();
3205 if (mBatteryController != null) {
3206 mBatteryController
[all...]
H A DStatusBarHeaderView.java116 private BatteryController mBatteryController; field in class:StatusBarHeaderView
283 mBatteryController = batteryController;
384 mBatteryController.addStateChangedCallback(this);
387 mBatteryController.removeStateChangedCallback(this);

Completed in 139 milliseconds