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

/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl44 String getCurrentKeyboardLayoutForInputDevice(String inputDeviceDescriptor);
H A DInputManager.java379 public String getCurrentKeyboardLayoutForInputDevice(String inputDeviceDescriptor) { method in class:InputManager
385 return mIm.getCurrentKeyboardLayoutForInputDevice(inputDeviceDescriptor);
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java897 public String getCurrentKeyboardLayoutForInputDevice(String inputDeviceDescriptor) { method in class:InputManagerService
1432 String keyboardLayoutDescriptor = getCurrentKeyboardLayoutForInputDevice(

Completed in 321 milliseconds