Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java93 private final String mPkLayoutType; field in InputMethodSubtype
214 mPkLayoutType = layoutType; in setPhysicalKeyboardHint()
218 private String mPkLayoutType = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder
354 mPkLayoutType = builder.mPkLayoutType; in InputMethodSubtype()
382 mPkLayoutType = s != null ? s : ""; in InputMethodSubtype()
433 return mPkLayoutType; in getPhysicalKeyboardHintLayoutType()
782 dest.writeString8(mPkLayoutType); in writeToParcel()
798 + " mPkLayoutType=" + mPkLayoutType in dump()