Home
last modified time | relevance | path

Searched refs:BatteryEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DStatusEvent.kt79 class BatteryEvent(@IntRange(from = 0, to = 100) val batteryLevel: Int) : StatusEvent { class
DSystemEventCoordinator.kt77 scheduler.onStatusEvent(BatteryEvent(batteryLevel)) in notifyPluggedIn()