Home
last modified time | relevance | path

Searched refs:batteryController (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/
DCarNotificationInterruptionStateProvider.java39 BatteryController batteryController) { in CarNotificationInterruptionStateProvider() argument
40 super(context, filter, stateController, batteryController); in CarNotificationInterruptionStateProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUiModeNightTile.java53 BatteryController batteryController) { in UiModeNightTile() argument
55 mBatteryController = batteryController; in UiModeNightTile()
58 batteryController.observe(getLifecycle(), this); in UiModeNightTile()
DBatterySaverTile.java47 public BatterySaverTile(QSHost host, BatteryController batteryController) { in BatterySaverTile() argument
49 mBatteryController = batteryController; in BatterySaverTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java81 StatusBarStateController stateController, BatteryController batteryController) { in NotificationInterruptionStateProvider() argument
88 batteryController, in NotificationInterruptionStateProvider()
99 BatteryController batteryController, in NotificationInterruptionStateProvider() argument
104 mBatteryController = batteryController; in NotificationInterruptionStateProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java87 BatteryController batteryController) { in LightBarController() argument
90 mBatteryController = batteryController; in LightBarController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeMachine.java135 BatteryController batteryController) { in DozeMachine() argument
140 mBatteryController = batteryController; in DozeMachine()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInterruptionStateProviderTest.java588 BatteryController batteryController) { in TestableNotificationInterruptionStateProvider() argument
590 notificationFilter, batteryController, statusBarStateController); in TestableNotificationInterruptionStateProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java665 BatteryController batteryController) { in TestableNotificationInterruptionStateProvider() argument
666 super(context, filter, controller, batteryController); in TestableNotificationInterruptionStateProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java879 BatteryController batteryController) { in TestableNotificationInterruptionStateProvider() argument
881 batteryController, controller); in TestableNotificationInterruptionStateProvider()