Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSessionController.java243 @Nullable String imeClientPackageName, @Nullable AutofillId imeClientFieldId) { in match() argument
245 || imeClientFieldId == null) { in match()
250 imeClientFieldId); in match()
254 @Nullable AutofillId imeClientFieldId) { in match() argument
259 return autofillId != null && imeClientFieldId != null in match()
260 && autofillId.getViewId() == imeClientFieldId.getViewId(); in match()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java472 @Nullable AutofillId imeClientFieldId) { in match() argument
477 return autofillId != null && imeClientFieldId != null in match()
478 && autofillId.getViewId() == imeClientFieldId.getViewId(); in match()