Home
last modified time | relevance | path

Searched refs:isComponentActuallyEnabled (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DControlsServiceInfo.kt103 it.exported && isComponentActuallyEnabled(it) in verifyResolveInfo()
108 private fun isComponentActuallyEnabled(activityInfo: ActivityInfo): Boolean { in isComponentActuallyEnabled() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DPackageManagerExt.kt32 fun PackageManager.isComponentActuallyEnabled(componentInfo: ComponentInfo): Boolean { in PackageManager() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DInstalledTilesComponentRepository.kt35 import com.android.systemui.util.kotlin.isComponentActuallyEnabled
107 packageManager.isComponentActuallyEnabled(it) in getInstalledTilesComponents()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/
DPackageManagerExtComponentEnabledTest.kt57 assertThat(packageManager.isComponentActuallyEnabled(componentInfo)) in testComponentActuallyEnabled()