Searched refs:categoryIds (Results 1 – 2 of 2) sorted by relevance
/packages/modules/ExtServices/java/src/android/ext/services/autofill/ |
D | AutofillFieldClassificationServiceImpl.java | 40 @Nullable List<String> userDataValues, @NonNull List<String> categoryIds, in onCalculateScores() argument 50 return calculateScores(actualValues, userDataValues, categoryIds, defaultAlgorithm, in onCalculateScores() 57 @NonNull List<String> userDataValues, @NonNull List<String> categoryIds, in calculateScores() argument 66 final String categoryId = categoryIds.get(j); in calculateScores()
|
/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/ |
D | AutofillFieldClassificationServiceImplTest.java | 74 final List<String> categoryIds = Arrays.asList("cat", "cat", "cat", "cat", "cat", "last4", in testCalculateScores() local 91 categoryIds, null, null, algorithms, args); in testCalculateScores()
|