Searched refs:isComponentActuallyEnabled (Results 1 – 4 of 4) sorted by relevance
103 it.exported && isComponentActuallyEnabled(it) in verifyResolveInfo()108 private fun isComponentActuallyEnabled(activityInfo: ActivityInfo): Boolean { in isComponentActuallyEnabled() method
32 fun PackageManager.isComponentActuallyEnabled(componentInfo: ComponentInfo): Boolean { in PackageManager() method
35 import com.android.systemui.util.kotlin.isComponentActuallyEnabled107 packageManager.isComponentActuallyEnabled(it) in getInstalledTilesComponents()
57 assertThat(packageManager.isComponentActuallyEnabled(componentInfo)) in testComponentActuallyEnabled()