Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DAutofillFieldClassificationServiceImpl.java40 @Nullable List<String> userDataValues, @NonNull List<String> categoryIds, in onCalculateScores()
57 @NonNull List<String> userDataValues, @NonNull List<String> categoryIds, in calculateScores()
/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
DAutofillFieldClassificationServiceImplTest.java74 final List<String> categoryIds = Arrays.asList("cat", "cat", "cat", "cat", "cat", "last4", in testCalculateScores() local