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()
266 public void setBatteryController(BatteryController batteryController) { in setBatteryController() method in StatusBarHeaderView268 ((BatteryMeterView) findViewById(R.id.battery)).setBatteryController(batteryController); in setBatteryController()
915 mHeader.setBatteryController(mBatteryController); in makeStatusBarView()916 ((BatteryMeterView) mStatusBarView.findViewById(R.id.battery)).setBatteryController( in makeStatusBarView()918 mKeyguardStatusBar.setBatteryController(mBatteryController); in makeStatusBarView()
246 public void setBatteryController(BatteryController batteryController) { in setBatteryController() method in BatteryMeterView