Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DLogFieldClassificationScoreOnResultListener.java46 int commitReason, int viewsSize, AutofillId[] autofillIds, String[] userValues, in LogFieldClassificationScoreOnResultListener() argument
54 this.mUserValues = userValues; in LogFieldClassificationScoreOnResultListener()
H A DSession.java3158 final String[] userValues = userData.getValues(); in logFieldClassificationScore() local
3168 if (userValues == null || categoryIds == null || userValues.length != categoryIds.length) { in logFieldClassificationScore()
3169 final int valuesLength = userValues == null ? -1 : userValues.length; in logFieldClassificationScore()
3206 userValues, in logFieldClassificationScore()
3211 fcStrategy.calculateScores(callback, currentValues, userValues, categoryIds, in logFieldClassificationScore()
3216 int commitReason, int viewsSize, AutofillId[] autofillIds, String[] userValues, in handleLogFieldClassificationScore() argument
3239 for (j = 0; j < userValues.length; j++) { in handleLogFieldClassificationScore()
3244 scoresByField = new ArrayMap<>(userValues.length); in handleLogFieldClassificationScore()