Home
last modified time | relevance | path

Searched refs:keyboardIdentifier (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java198 final KeyboardIdentifier keyboardIdentifier = new KeyboardIdentifier(inputDevice); in onInputDeviceChangedInternal() local
213 keyboardIdentifier, imeInfo); in onInputDeviceChangedInternal()
224 "Layouts selected for input device: " + keyboardIdentifier in onInputDeviceChangedInternal()
238 final String key = keyboardIdentifier.toString(); in onInputDeviceChangedInternal()
509 KeyboardIdentifier keyboardIdentifier = new KeyboardIdentifier(inputDevice); in getKeyboardLayoutForInputDevice() local
511 keyboardIdentifier, new ImeInfo(userId, imeInfo, imeSubtype)); in getKeyboardLayoutForInputDevice()
530 KeyboardIdentifier keyboardIdentifier = new KeyboardIdentifier(inputDevice); in setKeyboardLayoutForInputDevice() local
531 String layoutKey = new LayoutKey(keyboardIdentifier, in setKeyboardLayoutForInputDevice()
535 if (mDataStore.setKeyboardLayout(keyboardIdentifier.toString(), layoutKey, in setKeyboardLayoutForInputDevice()
563 KeyboardIdentifier keyboardIdentifier, @Nullable ImeInfo imeInfo) { in getKeyboardLayoutListForInputDeviceInternal() argument
[all …]