Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1172 .that(match.getScore()).isWithin(0.01f).of(expectedResult.scores[j]); in assertMatches()
1635 public final float[] scores; field in Helper.FieldClassificationResult
1643 float[] scores) { in FieldClassificationResult() argument
1646 this.scores = scores; in FieldClassificationResult()