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

  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 119 public String getCurrentKeyboardLayout(String inputDeviceDescriptor) {
121 return state != null ? state.getCurrentKeyboardLayout() : null;
374 public String getCurrentKeyboardLayout() {
InputManagerService.java     [all...]

Completed in 286 milliseconds