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()
482 @Nullable AutofillId imeClientFieldId) { in match() argument487 return autofillId != null && imeClientFieldId != null in match()488 && autofillId.getViewId() == imeClientFieldId.getViewId(); in match()