Searched refs:structure1 (Results 1 – 2 of 2) sorted by relevance
53 private lateinit var structure1: StructureInfo in any() variable in com.android.systemui.controls.controller.AuxiliaryPersistenceWrapperTest65 `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()
680 val structure1 = StructureInfo(TEST_COMPONENT, "Home", listOrder1) in <lambda>() constant681 controller.replaceFavoritesForStructure(structure1) in <lambda>()882 val structure1 = mock(StructureInfo::class.java) in <lambda>() constant884 val listOfStructureInfo = listOf(structure1, structure2) in <lambda>()