Home
last modified time | relevance | path

Searched refs:getCurrentServices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsListingControllerImpl.kt95 val currentServices = getCurrentServices() in <lambda>()
141 val services = getCurrentServices() in addCallback()
165 override fun getCurrentServices(): List<ControlsServiceInfo> = in getCurrentServices() method in com.android.systemui.controls.management.ControlsListingControllerImpl
175 return getCurrentServices().firstOrNull { it.componentName == name } in getAppLabel()
DControlsListingController.kt34 fun getCurrentServices(): List<ControlsServiceInfo> in getCurrentServices() method