Searched refs:imeClientFieldId (Results 1 – 2 of 2) sorted by relevance
243 @Nullable String imeClientPackageName, @Nullable AutofillId imeClientFieldId) { in match() argument245 || imeClientFieldId == null) { in match()250 imeClientFieldId); in match()254 @Nullable AutofillId imeClientFieldId) { in match() argument259 return autofillId != null && imeClientFieldId != null in match()260 && autofillId.getViewId() == imeClientFieldId.getViewId(); in match()
472 @Nullable AutofillId imeClientFieldId) { in match() argument477 return autofillId != null && imeClientFieldId != null in match()478 && autofillId.getViewId() == imeClientFieldId.getViewId(); in match()