Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
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
DHelper.java1467 public final String[] categoryIds; field in Helper.FieldClassificationResult
1474 FieldClassificationResult(@NonNull AutofillId id, @NonNull String[] categoryIds, in FieldClassificationResult()