Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManagerGlobal.java595 IInputDeviceBatteryState mInputDeviceBatteryState; field in InputManagerGlobal.RegisteredBatteryListeners
658 if (listenersForDevice.mInputDeviceBatteryState != null) { in addInputDeviceBatteryListener()
659 delegate.notifyBatteryStateChanged(listenersForDevice.mInputDeviceBatteryState); in addInputDeviceBatteryListener()
717 entry.mInputDeviceBatteryState = state; in onBatteryStateChanged()
721 .notifyBatteryStateChanged(entry.mInputDeviceBatteryState); in onBatteryStateChanged()