Searched refs:removeInputDeviceBatteryListener (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/Input/src/android/hardware/input/ |
D | InputDeviceBatteryListenerTest.kt | 205 inputManager.removeInputDeviceBatteryListener(1 /*deviceId*/, callback1) in <lambda>() 207 inputManager.removeInputDeviceBatteryListener(2 /*deviceId*/, callback2) in <lambda>() 218 inputManager.removeInputDeviceBatteryListener(3 /*deviceId*/, callback1) in <lambda>() 220 inputManager.removeInputDeviceBatteryListener(3 /*deviceId*/, callback2) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/ |
D | StylusManagerTest.kt | 390 .removeInputDeviceBatteryListener(STYLUS_DEVICE_ID, stylusManager) in <lambda>() 626 .removeInputDeviceBatteryListener(STYLUS_DEVICE_ID, stylusManager) in <lambda>()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputManager.java | 1230 public void removeInputDeviceBatteryListener(int deviceId, in removeInputDeviceBatteryListener() method in InputManager 1232 mGlobal.removeInputDeviceBatteryListener(deviceId, listener); in removeInputDeviceBatteryListener()
|
D | InputManagerGlobal.java | 683 void removeInputDeviceBatteryListener(int deviceId, in removeInputDeviceBatteryListener() method in InputManagerGlobal
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/ |
D | StylusManager.kt | 338 inputManager.removeInputDeviceBatteryListener(deviceId, this) in <lambda>()
|