Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestionsRequest.java123 public void setHostDisplayId(int hostDisplayId) { in setHostDisplayId() argument
124 mHostDisplayId = hostDisplayId; in setHostDisplayId()
207 int hostDisplayId) { in InlineSuggestionsRequest() argument
222 this.mHostDisplayId = hostDisplayId; in InlineSuggestionsRequest()
391 int hostDisplayId = in.readInt(); in InlineSuggestionsRequest() local
407 this.mHostDisplayId = hostDisplayId; in InlineSuggestionsRequest()