Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DInputManagerGlobal.java610 final List<InputDeviceBatteryListenerDelegate> mDelegates = new ArrayList<>();
614 private static final class InputDeviceBatteryListenerDelegate { class in InputManagerGlobal
618 InputDeviceBatteryListenerDelegate(InputDeviceBatteryListener listener, Executor executor) { in InputDeviceBatteryListenerDelegate() method in InputManagerGlobal.InputDeviceBatteryListenerDelegate
669 final InputDeviceBatteryListenerDelegate delegate = in addInputDeviceBatteryListener()
670 new InputDeviceBatteryListenerDelegate(listener, executor); in addInputDeviceBatteryListener()
696 final List<InputDeviceBatteryListenerDelegate> delegates = in removeInputDeviceBatteryListener()