Home
last modified time | relevance | path

Searched refs:isPackageExcluded (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/
DExcludedItemsProvider.kt28 fun isPackageExcluded(pkg: String): Boolean method
DResourceExcludedItemsProvider.kt32 override fun isPackageExcluded(pkg: String) = excludedPackages.contains(pkg) method
DDockViewController.kt106 isPackageExcluded = { pkg -> in <lambda>()
108 .map { it.isPackageExcluded(pkg) } in <lambda>()
DDockViewModel.kt57 private val isPackageExcluded: (pkg: String) -> Boolean, in <lambda>() constant
380 (isPackageExcluded(component.packageName) || isComponentExcluded(component)) in <lambda>()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/dock/
DBackgroundExcludedItemsProvider.java60 public boolean isPackageExcluded(@NonNull String pkg) { in isPackageExcluded() method in BackgroundExcludedItemsProvider
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/
DDockViewModelTest.kt596 isPackageExcluded = { false }, in <lambda>()