Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyboardLayoutManagerTests.kt491 keyboardLayoutManager.setKeyboardLayoutForInputDevice(
511 keyboardLayoutManager.setKeyboardLayoutForInputDevice(
524 keyboardLayoutManager.setKeyboardLayoutForInputDevice(
595 keyboardLayoutManager.setKeyboardLayoutForInputDevice(
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java793 public void setKeyboardLayoutForInputDevice(@NonNull InputDeviceIdentifier identifier, in setKeyboardLayoutForInputDevice() method in InputManager
804 mIm.setKeyboardLayoutForInputDevice(identifier, userId, imeInfo, imeSubtype, in setKeyboardLayoutForInputDevice()
H A DIInputManager.aidl122 void setKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier, int userId, in setKeyboardLayoutForInputDevice() method
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1241 public void setKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, in setKeyboardLayoutForInputDevice() method in InputManagerService
1245 mKeyboardLayoutManager.setKeyboardLayoutForInputDevice(identifier, userId, imeInfo, in setKeyboardLayoutForInputDevice()
H A DKeyboardLayoutManager.java825 public void setKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, in setKeyboardLayoutForInputDevice() method in KeyboardLayoutManager