Home
last modified time | relevance | path

Searched defs:isComponentActuallyEnabled (Results 1 – 2 of 2) sorted by relevance

/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/controls/
DControlsServiceInfo.kt108 private fun isComponentActuallyEnabled(activityInfo: ActivityInfo): Boolean { in isComponentActuallyEnabled() method