Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DAuxiliaryPersistenceWrapperTest.kt55 private lateinit var structure2: StructureInfo in any() variable in com.android.systemui.controls.controller.AuxiliaryPersistenceWrapperTest
66 `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()
DControlsControllerImplTest.kt689 val structure2 = StructureInfo(TEST_COMPONENT, "Home", listOrder2) in <lambda>() constant
691 controller.replaceFavoritesForStructure(structure2) in <lambda>()
883 val structure2 = mock(StructureInfo::class.java) in <lambda>() constant
884 val listOfStructureInfo = listOf(structure1, structure2) in <lambda>()