Searched refs:setBatteryController (Results 1 – 4 of 4) sorted by relevance
139 public void setBatteryController(BatteryController batteryController) { in setBatteryController() method in KeyguardStatusBarView141 ((BatteryMeterView) findViewById(R.id.battery)).setBatteryController(batteryController); in setBatteryController()
272 public void setBatteryController(BatteryController batteryController) { in setBatteryController() method in StatusBarHeaderView274 ((BatteryMeterView) findViewById(R.id.battery)).setBatteryController(batteryController); in setBatteryController()
891 mHeader.setBatteryController(mBatteryController); in makeStatusBarView()892 ((BatteryMeterView) mStatusBarView.findViewById(R.id.battery)).setBatteryController( in makeStatusBarView()894 mKeyguardStatusBar.setBatteryController(mBatteryController); in makeStatusBarView()
194 public void setBatteryController(BatteryController batteryController) { in setBatteryController() method in BatteryMeterView