Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestionsRequest.java95 private int mHostDisplayId; field in InlineSuggestionsRequest
124 mHostDisplayId = hostDisplayId; in setHostDisplayId()
222 this.mHostDisplayId = hostDisplayId; in InlineSuggestionsRequest()
295 return mHostDisplayId; in getHostDisplayId()
311 "hostDisplayId = " + mHostDisplayId + in toString()
334 && mHostDisplayId == that.mHostDisplayId; in equals()
350 _hash = 31 * _hash + mHostDisplayId; in hashCode()
369 dest.writeInt(mHostDisplayId); in writeToParcel()
407 this.mHostDisplayId = hostDisplayId; in InlineSuggestionsRequest()
439 private int mHostDisplayId; field in InlineSuggestionsRequest.Builder
[all …]