Searched refs:mKeyboardLayoutType (Results 1 – 1 of 1) sorted by relevance
82 private final String mKeyboardLayoutType; field in InputDevice496 mKeyboardLayoutType = keyboardLayoutType; in InputDevice()520 mKeyboardLayoutType = in.readString8(); in InputDevice()565 private String mKeyboardLayoutType = null; field in InputDevice.Builder675 mKeyboardLayoutType = keyboardLayoutType; in setKeyboardLayoutType()714 mKeyboardLayoutType, in build()975 return mKeyboardLayoutType; in getKeyboardLayoutType()1452 out.writeString8(mKeyboardLayoutType); in writeToParcel()1519 if (mKeyboardLayoutType != null) { in toString()1520 description.append(" Keyboard layout type: ").append(mKeyboardLayoutType).append("\n"); in toString()