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

/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java312 private String mCurrentKeyboardLayout; field in class:PersistentDataStore.InputDeviceState
339 return mCurrentKeyboardLayout;
343 if (Objects.equals(mCurrentKeyboardLayout, keyboardLayout)) {
347 mCurrentKeyboardLayout = keyboardLayout;
364 if (mCurrentKeyboardLayout == null) {
365 mCurrentKeyboardLayout = keyboardLayout;
382 if (Objects.equals(mCurrentKeyboardLayout, removedKeyboardLayout)) {
388 mCurrentKeyboardLayout = mKeyboardLayouts.get(index);
390 mCurrentKeyboardLayout = null;
400 int index = Collections.binarySearch(mKeyboardLayouts, mCurrentKeyboardLayout);
[all...]

Completed in 283 milliseconds