Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DAuxiliaryPersistenceWrapperTest.kt53 private lateinit var structure1: StructureInfo in any() variable in com.android.systemui.controls.controller.AuxiliaryPersistenceWrapperTest
65 `when`(structure1.componentName).thenReturn(TEST_COMPONENT) in any()
71 listOf(structure1, structure2, structure3)) in any()
78 val expected = listOf(structure1, structure2, structure3) in testInitialStructures()
92 val expected = listOf(structure1, structure3) in testGetCachedValues_component()
DControlsControllerImplTest.kt680 val structure1 = StructureInfo(TEST_COMPONENT, "Home", listOrder1) in <lambda>() constant
681 controller.replaceFavoritesForStructure(structure1) in <lambda>()
882 val structure1 = mock(StructureInfo::class.java) in <lambda>() constant
884 val listOfStructureInfo = listOf(structure1, structure2) in <lambda>()