Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
H A DStylusManagerTest.kt194 stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
203 stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
215 stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
225 stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
233 stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
265 stylusManager.onInputDeviceAdded(OTHER_DEVICE_ID)
290 stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
304 stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
336 stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
355 stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/data/repository/
H A DKeyboardRepositoryTest.kt102 deviceListener.onInputDeviceAdded(PHYSICAL_FULL_KEYBOARD_ID)
113 deviceListener.onInputDeviceAdded(NULL_DEVICE_ID)
123 deviceListener.onInputDeviceAdded(PHYSICAL_FULL_KEYBOARD_ID)
142 deviceListener.onInputDeviceAdded(PHYSICAL_NOT_FULL_KEYBOARD_ID)
145 deviceListener.onInputDeviceAdded(VIRTUAL_FULL_KEYBOARD_ID)
165 deviceListener.onInputDeviceAdded(PHYSICAL_FULL_KEYBOARD_ID)
177 deviceListener.onInputDeviceAdded(PHYSICAL_FULL_KEYBOARD_ID)
178 deviceListener.onInputDeviceAdded(ANOTHER_PHYSICAL_FULL_KEYBOARD_ID)
263 deviceListener.onInputDeviceAdded(PHYSICAL_FULL_KEYBOARD_ID)
313 deviceListener.onInputDeviceAdded(PHYSICAL_FULL_KEYBOARD_ID)
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyboardBacklightControllerTests.kt170 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
188 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
212 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
270 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
302 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
360 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
396 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
484 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
513 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
533 keyboardBacklightController.onInputDeviceAdded(DEVICE_ID)
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyRemapper.java137 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method in KeyRemapper
163 onInputDeviceAdded(deviceId); in handleMessage()
H A DKeyboardBacklightController.java340 onInputDeviceAdded(deviceId); in handleMessage()
364 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method in KeyboardBacklightController
H A DBatteryController.java125 mInputDeviceListener.onInputDeviceAdded(deviceId); in systemRunning()
476 public void onInputDeviceAdded(int deviceId) {
H A DKeyboardLayoutManager.java171 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method in KeyboardLayoutManager
1288 onInputDeviceAdded(deviceId); in handleMessage()
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceVibratorManager.java73 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method in InputDeviceVibratorManager
H A DInputDeviceSensorManager.java109 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method in InputDeviceSensorManager
H A DInputManager.java1352 void onInputDeviceAdded(int deviceId); in onInputDeviceAdded() method
H A DInputManagerGlobal.java295 mListener.onInputDeviceAdded(msg.arg1); in handleMessage()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DInputDeviceDelegate.java64 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method in InputDeviceDelegate
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DInputDeviceDelegateTest.java115 inputDeviceDelegate.onInputDeviceAdded(1); in beforeSystemReady_ignoresAnyUpdate()
132 mInputDeviceDelegate.onInputDeviceAdded(1); in onInputDeviceAdded_withSettingsDisabled_ignoresNewDevice()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
H A DKeyboardRepository.kt92 override fun onInputDeviceAdded(deviceId: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
H A DStylusManager.kt107 override fun onInputDeviceAdded(deviceId: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java363 public void onInputDeviceAdded(int deviceId) {
558 mInputDeviceListener.onInputDeviceAdded(inputDeviceId); in onNavBarAttached()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DInputController.java700 public void onInputDeviceAdded(int deviceId) { in WaitForDevice()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java818 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method in PointerLocationView
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4486 public void onInputDeviceAdded(int deviceId) { in registerDeviceListenerAndCheckStylusSupport()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt19731 method public void onInputDeviceAdded(int);