Home
last modified time | relevance | path

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

/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/
H A DAutofillFieldClassificationServiceImpl.java40 @Nullable List<String> userDataValues, @NonNull List<String> categoryIds, in onCalculateScores()
57 @NonNull List<String> userDataValues, @NonNull List<String> categoryIds, in calculateScores()
/aosp12/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.java56 final ArrayList<String> categoryIds = new ArrayList<>(packageCategoryIds.length); in CompositeUserData() local
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
H A DAutofillFieldClassificationServiceImplTest.java74 final List<String> categoryIds = Arrays.asList("cat", "cat", "cat", "cat", "cat", "last4", in testCalculateScores() local
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFieldClassificationStrategy.java268 @NonNull String[] userDataValues, @NonNull String[] categoryIds, in calculateScores()