Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DAutofillFieldClassificationService.java106 private void calculateScores(RemoteCallback callback, List<AutofillValue> actualValues, in calculateScores() method in AutofillFieldClassificationService
291 public void calculateScores(RemoteCallback callback, List<AutofillValue> actualValues, in calculateScores() method in AutofillFieldClassificationService.AutofillFieldClassificationServiceWrapper
296 AutofillFieldClassificationService::calculateScores, in calculateScores()
DIAutofillFieldClassificationService.aidl31 void calculateScores(in RemoteCallback callback, in List<AutofillValue> actualValues, in calculateScores() method
/frameworks/base/services/autofill/java/com/android/server/autofill/
DFieldClassificationStrategy.java267 void calculateScores(RemoteCallback callback, @NonNull List<AutofillValue> actualValues, in calculateScores() method in FieldClassificationStrategy
272 connectAndRun((service) -> service.calculateScores(callback, actualValues, in calculateScores()
DAutofillManagerService.java758 strategy.calculateScores(callback, Arrays.asList(AutofillValue.forText(value1)), in calculateScore()
DSession.java3604 fcStrategy.calculateScores(callback, currentValues, userValues, categoryIds, in logFieldClassificationScore()