Home
last modified time | relevance | path

Searched defs:onCalculateScores (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/
H A DAutofillFieldClassificationServiceImpl.java39 public float[][] onCalculateScores(@Nullable List<AutofillValue> actualValues, in onCalculateScores() method in AutofillFieldClassificationServiceImpl
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DAutofillFieldClassificationService.java279 public float[][] onCalculateScores(@NonNull List<AutofillValue> actualValues, in onCalculateScores() method in AutofillFieldClassificationService