Searched refs:batteryController (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java139 public void setBatteryController(BatteryController batteryController) { argument
140 mBatteryController = batteryController;
141 ((BatteryMeterView) findViewById(R.id.battery)).setBatteryController(batteryController);
H A DStatusBarHeaderView.java266 public void setBatteryController(BatteryController batteryController) { argument
267 mBatteryController = batteryController;
268 ((BatteryMeterView) findViewById(R.id.battery)).setBatteryController(batteryController);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java246 public void setBatteryController(BatteryController batteryController) { argument
247 mBatteryController = batteryController;

Completed in 149 milliseconds