Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlInfo.kt37 val controlSubtitle: CharSequence, constant in com.android.systemui.controls.controller.ControlInfo
DControlsFavoritePersistenceWrapper.kt124 attribute(null, TAG_SUBTITLE, c.controlSubtitle.toString()) in <lambda>()
DControlsControllerImpl.kt461 .setSubtitle(controlInfo.controlSubtitle) in <lambda>()
642 updatedControl.subtitle != c.controlSubtitle || in updateControls()
647 controlSubtitle = updatedControl.subtitle, in updateControls()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsModel.kt149 get() = controlInfo.controlSubtitle in nullIconGetter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsRequestDialogTest.kt143 assertEquals(control.subtitle, it.controlSubtitle) in testDialogAddsCorrectControl()
DAllModelTest.kt125 controlInfo.controlSubtitle == control.subtitle && in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsControllerImplTest.kt199 .setSubtitle(controlInfo.controlSubtitle).setStructure(structure) in <lambda>()
208 .setSubtitle(controlInfo.controlSubtitle).setStructure(structure) in <lambda>()
966 controlSubtitle = "test control subtitle", in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt164 subtitle.setText(cws.ci.controlSubtitle) in bindData()