Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl44 String getCurrentKeyboardLayoutForInputDevice(String inputDeviceDescriptor); in getCurrentKeyboardLayoutForInputDevice() method
DInputManager.java383 public String getCurrentKeyboardLayoutForInputDevice(String inputDeviceDescriptor) { in getCurrentKeyboardLayoutForInputDevice() method in InputManager
389 return mIm.getCurrentKeyboardLayoutForInputDevice(inputDeviceDescriptor); in getCurrentKeyboardLayoutForInputDevice()
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java898 public String getCurrentKeyboardLayoutForInputDevice(String inputDeviceDescriptor) { in getCurrentKeyboardLayoutForInputDevice() method in InputManagerService
1434 String keyboardLayoutDescriptor = getCurrentKeyboardLayoutForInputDevice( in getKeyboardLayoutOverlay()