Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt89 private data class ControlKey(val componentName: ComponentName, val controlId: String) dataClass
128 private val controlsById = mutableMapOf<ControlKey, ControlWithState>()
129 private val controlViewsById = mutableMapOf<ControlKey, ControlViewHolder>()
255 ControlKey(selected.structure.componentName, it.ci.controlId)
661 val key = ControlKey(selectedStructure.componentName, it.controlId)
786 controlsById.get(ControlKey(componentName, c.getControlId()))?.let {
790 val key = ControlKey(componentName, c.getControlId())
801 val key = ControlKey(componentName, controlId)