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

/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl51 String getCurrentKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier);
H A DInputManager.java387 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { method in class:InputManager
389 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 285 milliseconds