HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentKeyboardLayout (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 85 public String getCurrentKeyboardLayout(String inputDeviceDescriptor) {
87 return state != null ? state.getCurrentKeyboardLayout() : null;
281 public String getCurrentKeyboardLayout() {
InputManagerService.java 675 if (mDataStore.getCurrentKeyboardLayout(inputDevice.getDescriptor()) == null) {
    [all...]

Completed in 123 milliseconds