Home
last modified time | relevance | path

Searched refs:excludedComponents (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/
DResourceExcludedItemsProvider.kt28 private val excludedComponents = context.resources constant
35 excludedComponents.contains(component)
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/
DDockViewModelTest.kt393 excludedComponents = cmpList.toSet(), in <lambda>()
456 excludedComponents = setOf(excludedComponent), in <lambda>()
586 excludedComponents: Set<ComponentName> = setOf(), in <lambda>()
597 isComponentExcluded = { excludedComponents.contains(it) }, in <lambda>()