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.java1283 @NonNull AutofillId fieldId, @NonNull String categoryId, float score) { in assertFillEventForFieldsClassification() argument
1286 new FieldClassificationResult(fieldId, categoryId, score) in assertFillEventForFieldsClassification()
1637 public FieldClassificationResult(@NonNull AutofillId id, @NonNull String categoryId, in FieldClassificationResult() argument
1639 this(id, new String[]{categoryId}, new float[]{score}); in FieldClassificationResult()