Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputDeviceBatteryListenerTest.kt202 inputManager.removeInputDeviceBatteryListener(1 /*deviceId*/, callback1)
204 inputManager.removeInputDeviceBatteryListener(2 /*deviceId*/, callback2)
215 inputManager.removeInputDeviceBatteryListener(3 /*deviceId*/, callback1)
217 inputManager.removeInputDeviceBatteryListener(3 /*deviceId*/, callback2)
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java1277 public void removeInputDeviceBatteryListener(int deviceId, in removeInputDeviceBatteryListener() method in InputManager
1279 mGlobal.removeInputDeviceBatteryListener(deviceId, listener); in removeInputDeviceBatteryListener()
H A DInputManagerGlobal.java667 void removeInputDeviceBatteryListener(int deviceId, in removeInputDeviceBatteryListener() method in InputManagerGlobal
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
H A DStylusManagerTest.kt390 .removeInputDeviceBatteryListener(STYLUS_DEVICE_ID, stylusManager)
626 .removeInputDeviceBatteryListener(STYLUS_DEVICE_ID, stylusManager)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
H A DStylusManager.kt338 inputManager.removeInputDeviceBatteryListener(deviceId, this)