Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManagerGlobal.java594 final List<InputDeviceBatteryListenerDelegate> mDelegates = new ArrayList<>();
598 private static final class InputDeviceBatteryListenerDelegate { class in InputManagerGlobal
602 InputDeviceBatteryListenerDelegate(InputDeviceBatteryListener listener, Executor executor) { in InputDeviceBatteryListenerDelegate() method in InputManagerGlobal.InputDeviceBatteryListenerDelegate
653 final InputDeviceBatteryListenerDelegate delegate = in addInputDeviceBatteryListener()
654 new InputDeviceBatteryListenerDelegate(listener, executor); in addInputDeviceBatteryListener()
680 final List<InputDeviceBatteryListenerDelegate> delegates = in removeInputDeviceBatteryListener()