Searched refs:mKeyboardLayoutType (Results 1 – 1 of 1) sorted by relevance
88 private final String mKeyboardLayoutType; field in InputDevice528 mKeyboardLayoutType = keyboardLayoutType; in InputDevice()554 mKeyboardLayoutType = in.readString8(); in InputDevice()603 private String mKeyboardLayoutType = null; field in InputDevice.Builder722 mKeyboardLayoutType = keyboardLayoutType; in setKeyboardLayoutType()778 mKeyboardLayoutType, in build()1060 return mKeyboardLayoutType; in getKeyboardLayoutType()1618 out.writeString8(mKeyboardLayoutType); in writeToParcel()1689 if (mKeyboardLayoutType != null) { in toString()1690 description.append(" Keyboard layout type: ").append(mKeyboardLayoutType).append("\n"); in toString()