Searched defs:isPackageExcluded (Results 1 – 4 of 4) sorted by relevance
28 fun isPackageExcluded(pkg: String): Boolean method
32 override fun isPackageExcluded(pkg: String) = excludedPackages.contains(pkg) method
57 private val isPackageExcluded: (pkg: String) -> Boolean, in <lambda>() constant
60 public boolean isPackageExcluded(@NonNull String pkg) { in isPackageExcluded() method in BackgroundExcludedItemsProvider