Searched refs:structure2 (Results 1 – 2 of 2) sorted by relevance
55 private lateinit var structure2: StructureInfo in any() variable in com.android.systemui.controls.controller.AuxiliaryPersistenceWrapperTest66 `when`(structure2.componentName).thenReturn(TEST_COMPONENT_OTHER) in any()71 listOf(structure1, structure2, structure3)) in any()78 val expected = listOf(structure1, structure2, structure3) in testInitialStructures()100 val expected = listOf(structure2) in testGetCachedValues_componentOther()108 verify(persistenceWrapper).storeFavorites(listOf(structure2)) in testGetCachedValues_component_removed()
689 val structure2 = StructureInfo(TEST_COMPONENT, "Home", listOrder2) in <lambda>() constant691 controller.replaceFavoritesForStructure(structure2) in <lambda>()883 val structure2 = mock(StructureInfo::class.java) in <lambda>() constant884 val listOfStructureInfo = listOf(structure1, structure2) in <lambda>()