Home
last modified time | relevance | path

Searched defs:categoryIds (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DAutofillFieldClassificationService.java107 String[] userDataValues, String[] categoryIds, String defaultAlgorithm, in calculateScores()
280 @NonNull List<String> userDataValues, @NonNull List<String> categoryIds, in onCalculateScores()
292 String[] userDataValues, String[] categoryIds, String defaultAlgorithm, in calculateScores()
H A DIAutofillFieldClassificationService.aidl32 in String[] userDataValues, in String[] categoryIds, in calculateScores()
H A DCompositeUserData.java55 final ArrayList<String> categoryIds = new ArrayList<>(packageCategoryIds.length); in CompositeUserData() local
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DLogFieldClassificationScoreOnResultListener.java47 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in LogFieldClassificationScoreOnResultListener()
H A DFieldClassificationStrategy.java268 @NonNull String[] userDataValues, @NonNull String[] categoryIds, in calculateScores()
H A DSession.java3159 final String[] categoryIds = userData.getCategoryIds(); in logFieldClassificationScore() local
3217 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in handleLogFieldClassificationScore()