Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DKeyboardLayoutSelectionResult.java42 private final String mLayoutDescriptor; field in KeyboardLayoutSelectionResult
113 this.mLayoutDescriptor = layoutDescriptor; in KeyboardLayoutSelectionResult()
136 return mLayoutDescriptor; in getLayoutDescriptor()
151 "layoutDescriptor = " + mLayoutDescriptor + ", " + in toString()
169 && java.util.Objects.equals(mLayoutDescriptor, that.mLayoutDescriptor) in equals()
180 _hash = 31 * _hash + java.util.Objects.hashCode(mLayoutDescriptor); in hashCode()
192 if (mLayoutDescriptor != null) flg |= 0x1; in writeToParcel()
194 if (mLayoutDescriptor != null) dest.writeString(mLayoutDescriptor); in writeToParcel()
213 this.mLayoutDescriptor = layoutDescriptor; in KeyboardLayoutSelectionResult()