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.java1154 .that(match.getScore()).isWithin(0.01f).of(expectedResult.scores[j]); in assertMatches()
1617 public final float[] scores; field in Helper.FieldClassificationResult
1625 float[] scores) { in FieldClassificationResult() argument
1628 this.scores = scores; in FieldClassificationResult()