Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlInfo.kt36 val controlTitle: CharSequence, constant in com.android.systemui.controls.controller.ControlInfo
DControlsFavoritePersistenceWrapper.kt123 attribute(null, TAG_TITLE, c.controlTitle.toString()) in <lambda>()
DControlsControllerImpl.kt460 .setTitle(controlInfo.controlTitle) in <lambda>()
641 val controlInfo = if (updatedControl.title != c.controlTitle || in updateControls()
646 controlTitle = updatedControl.title, in updateControls()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsModel.kt147 get() = controlInfo.controlTitle in nullIconGetter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsControllerImplTest.kt198 .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>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsRequestDialogTest.kt142 assertEquals(control.title, it.controlTitle) in testDialogAddsCorrectControl()
DAllModelTest.kt124 controlInfo.controlTitle == control.title && in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt163 title.setText(cws.ci.controlTitle) in bindData()