Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionsRequest.java140 public void setHostDisplayId(int hostDisplayId) { in setHostDisplayId() argument
141 mHostDisplayId = hostDisplayId; in setHostDisplayId()
244 int hostDisplayId, in InlineSuggestionsRequest() argument
260 this.mHostDisplayId = hostDisplayId; in InlineSuggestionsRequest()
450 int hostDisplayId = in.readInt(); in InlineSuggestionsRequest() local
467 this.mHostDisplayId = hostDisplayId; in InlineSuggestionsRequest()