Searched refs:controlInfo1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ControlsBindingControllerImplTest.kt | 278 val controlInfo1 = ControlInfo("id_1", "", "", DeviceTypes.TYPE_UNKNOWN) in testSubscribe() constant 281 StructureInfo(TEST_COMPONENT_NAME_1, "Home", listOf(controlInfo1, controlInfo2)) in testSubscribe() 291 listOf(controlInfo1.controlId, controlInfo2.controlId)) in testSubscribe() 308 val controlInfo1 = ControlInfo("id_1", "", "", DeviceTypes.TYPE_UNKNOWN) in testUnsubscribe_refreshing() constant 311 StructureInfo(TEST_COMPONENT_NAME_1, "Home", listOf(controlInfo1, controlInfo2)) in testUnsubscribe_refreshing() 320 listOf(controlInfo1.controlId, controlInfo2.controlId)) in testUnsubscribe_refreshing()
|