Searched refs:isPackageExcluded (Results 1 – 6 of 6) sorted by relevance
28 fun isPackageExcluded(pkg: String): Boolean method
32 override fun isPackageExcluded(pkg: String) = excludedPackages.contains(pkg) method
106 isPackageExcluded = { pkg -> in <lambda>()108 .map { it.isPackageExcluded(pkg) } in <lambda>()
57 private val isPackageExcluded: (pkg: String) -> Boolean, in <lambda>() constant380 (isPackageExcluded(component.packageName) || isComponentExcluded(component)) in <lambda>()
60 public boolean isPackageExcluded(@NonNull String pkg) { in isPackageExcluded() method in BackgroundExcludedItemsProvider
596 isPackageExcluded = { false }, in <lambda>()