Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DCompositeUserDataTest.java89 final String[] categoryIds = userData.getCategoryIds(); in testMerge_nullGenericUserData() local
106 final String[] categoryIds = userData.getCategoryIds(); in testMerge_bothEmpty() local
125 final String[] categoryIds = userData.getCategoryIds(); in testMerge_emptyGenericUserData() local
157 final String[] categoryIds = userData.getCategoryIds(); in testMerge_emptyPackageUserData() local
190 final String[] categoryIds = userData.getCategoryIds(); in testMerge_bothHaveData() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1616 public final String[] categoryIds; field in Helper.FieldClassificationResult
1624 public FieldClassificationResult(@NonNull AutofillId id, @NonNull String[] categoryIds, in FieldClassificationResult()