Home
last modified time | relevance | path

Searched refs:categorySet (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationValidIntentTest.kt40 val base = Params(categorySet = emptySet()).also { succeeding += it }
44 categorySet = setOf(Intent.CATEGORY_BROWSABLE),
49 categorySet = setOf(Intent.CATEGORY_BROWSABLE),
55 categorySet = setOf(Intent.CATEGORY_DEFAULT),
62 categorySet = setOf(Intent.CATEGORY_BROWSABLE, Intent.CATEGORY_DEFAULT),
73 ).map { base.copy(categorySet = it + "invalid.CATEGORY") }
102 val categorySet: Set<String> = mutableSetOf(),
109 categorySet.forEach(::addCategory)
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutInfoTest.java45 final Set<String> categorySet = new ArraySet<>(); in testBuildShortcutAndGetValue() local
46 categorySet.add(category); in testBuildShortcutAndGetValue()
54 .setCategories(categorySet) in testBuildShortcutAndGetValue()
66 assertThat(shortcut.getCategories()).isEqualTo(categorySet); in testBuildShortcutAndGetValue()
/aosp12/frameworks/base/core/java/android/webkit/
H A DTracingConfig.java222 for (int categorySet : predefinedCategories) { in addCategories()
223 mPredefinedCategories |= categorySet; in addCategories()