Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsControllerImplTest.kt488 val newControlInfo = TEST_CONTROL_INFO.copy(controlTitle = TEST_CONTROL_TITLE_2) in <lambda>() constant
489 val control = statelessBuilderFromInfo(newControlInfo).build() in <lambda>()
501 assertEquals(newControlInfo, favorites[0]) in <lambda>()
508 val newControlInfo = TEST_CONTROL_INFO.copy(controlTitle = TEST_CONTROL_TITLE_2) in <lambda>() constant
509 val control = statefulBuilderFromInfo(newControlInfo).setStatus(Control.STATUS_OK).build() in <lambda>()
517 assertEquals(newControlInfo, favorites[0]) in <lambda>()
524 val newControlInfo = TEST_CONTROL_INFO.copy(controlTitle = TEST_CONTROL_TITLE_2) in <lambda>() constant
525 val control = statefulBuilderFromInfo(newControlInfo).setStatus(Control.STATUS_ERROR) in <lambda>()