Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1265 @NonNull AutofillId fieldId, @NonNull String categoryId, float score) { in assertFillEventForFieldsClassification() argument
1268 new FieldClassificationResult(fieldId, categoryId, score) in assertFillEventForFieldsClassification()
1619 public FieldClassificationResult(@NonNull AutofillId id, @NonNull String categoryId, in FieldClassificationResult() argument
1621 this(id, new String[]{categoryId}, new float[]{score}); in FieldClassificationResult()