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

/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl56 String getCurrentKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier);
H A DInputManager.java528 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { method in class:InputManager
530 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java736 getCurrentKeyboardLayoutForInputDevice(inputDevice.getIdentifier());
1252 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { method in class:InputManagerService
1974 String keyboardLayoutDescriptor = getCurrentKeyboardLayoutForInputDevice(identifier);

Completed in 213 milliseconds