Searched defs:AutofillId (Results 1 – 3 of 3) sorted by relevance
132 public static String toString(@Nullable List<Pair<AutofillId, AutofillValue>> values) { in toString()
60 private void testCustomDescription( in testCustomDescription()61 @NonNull BiFunction<AutofillId, AutofillId, CustomDescription> descriptionBuilder, in testCustomDescription() argument
1101 private static void assertMatches(int i, Entry<AutofillId, FieldClassification> actualResult, in assertMatches()