Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl55 void addKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier, in addKeyboardLayoutForInputDevice() method
DInputManager.java459 public void addKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, in addKeyboardLayoutForInputDevice() method in InputManager
469 mIm.addKeyboardLayoutForInputDevice(identifier, keyboardLayoutDescriptor); in addKeyboardLayoutForInputDevice()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1069 public void addKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, in addKeyboardLayoutForInputDevice() method in InputManagerService