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

/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java114 public String getCurrentKeyboardLayout(String inputDeviceDescriptor) { method in class:PersistentDataStore
116 return state != null ? state.getCurrentKeyboardLayout() : null;
338 public String getCurrentKeyboardLayout() { method in class:PersistentDataStore.InputDeviceState

Completed in 57 milliseconds