Searched refs:controlTitle (Results 1 – 8 of 8) sorted by relevance
36 val controlTitle: CharSequence, constant in com.android.systemui.controls.controller.ControlInfo
123 attribute(null, TAG_TITLE, c.controlTitle.toString()) in <lambda>()
460 .setTitle(controlInfo.controlTitle) in <lambda>()641 val controlInfo = if (updatedControl.title != c.controlTitle || in updateControls()646 controlTitle = updatedControl.title, in updateControls()
147 get() = controlInfo.controlTitle in nullIconGetter()
198 .setDeviceType(controlInfo.deviceType).setTitle(controlInfo.controlTitle) in <lambda>()207 .setDeviceType(controlInfo.deviceType).setTitle(controlInfo.controlTitle) in <lambda>()488 val newControlInfo = TEST_CONTROL_INFO.copy(controlTitle = TEST_CONTROL_TITLE_2) in <lambda>()508 val newControlInfo = TEST_CONTROL_INFO.copy(controlTitle = TEST_CONTROL_TITLE_2) in <lambda>()524 val newControlInfo = TEST_CONTROL_INFO.copy(controlTitle = TEST_CONTROL_TITLE_2) in <lambda>()965 controlTitle = "Test Control", in <lambda>()
142 assertEquals(control.title, it.controlTitle) in testDialogAddsCorrectControl()
124 controlInfo.controlTitle == control.title && in <lambda>()
163 title.setText(cws.ci.controlTitle) in bindData()