Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionsRequest.java107 private int mHostDisplayId; field in InlineSuggestionsRequest
141 mHostDisplayId = hostDisplayId; in setHostDisplayId()
260 this.mHostDisplayId = hostDisplayId; in InlineSuggestionsRequest()
341 return mHostDisplayId; in getHostDisplayId()
389 && mHostDisplayId == that.mHostDisplayId in equals()
406 _hash = 31 * _hash + mHostDisplayId; in hashCode()
427 dest.writeInt(mHostDisplayId); in writeToParcel()
467 this.mHostDisplayId = hostDisplayId; in InlineSuggestionsRequest()
500 private int mHostDisplayId; field in InlineSuggestionsRequest.Builder
629 mHostDisplayId = value; in setHostDisplayId()
[all …]