Searched refs:TEST_CONTROL_ID (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ControlsControllerImplTest.kt | 124 private const val TEST_CONTROL_ID = "control1" in <lambda>() constant 129 private val TEST_CONTROL_INFO = ControlInfo(TEST_CONTROL_ID, in <lambda>() 263 controller.onActionResponse(TEST_COMPONENT, TEST_CONTROL_ID, ControlAction.RESPONSE_OK) in <lambda>() 265 verify(uiController).onActionResponse(TEST_COMPONENT, TEST_CONTROL_ID, in <lambda>() 271 val control = Control.StatefulBuilder(TEST_CONTROL_ID, pendingIntent).build() in <lambda>() 339 val controlStatus = controls.first { it.control.controlId == TEST_CONTROL_ID } in <lambda>() 346 assertEquals(TEST_CONTROL_ID, favorites[0]) in <lambda>() 371 assertEquals(TEST_CONTROL_ID, controlStatus.control.controlId) in <lambda>() 377 assertEquals(TEST_CONTROL_ID, favorites[0]) in <lambda>() 402 assertEquals(TEST_CONTROL_ID, controlStatus.control.controlId) in <lambda>() [all …]
|