Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsListingControllerImpl.kt68 private val serviceListingBuilder: (Context) -> ServiceListing, constant in com.android.systemui.controls.management.ControlsListingControllerImpl
93 private var serviceListing = serviceListingBuilder(context)
147 serviceListing = serviceListingBuilder(contextForUser) in changeUser()