Searched defs:getCurrentKeyboardLayoutForInputDevice (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java385 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { method in class:InputManager
387 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java704 getCurrentKeyboardLayoutForInputDevice(inputDevice.getIdentifier());
1010 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { method in class:InputManagerService
1569 String keyboardLayoutDescriptor = getCurrentKeyboardLayoutForInputDevice(identifier);

Completed in 86 milliseconds