Home
last modified time | relevance | path

Searched refs:ControlInfoWrapper (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DFavoritesModelTest.kt88 (it as ControlInfoWrapper).controlInfo
95 ControlInfoWrapper(TEST_COMPONENT, it, true, customIconCache::retrieve)
123 assertEquals(ControlInfoWrapper(
188 ControlInfoWrapper(TEST_COMPONENT, INITIAL_FAVORITES[removedFirst], false),
189 ControlInfoWrapper(TEST_COMPONENT, INITIAL_FAVORITES[removedSecond], false)
295 val wrapper = model.elements[0] as ControlInfoWrapper
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DFavoritesModel.kt84 (it as ControlInfoWrapper).controlInfo
88 ControlInfoWrapper(componentName, it, true, customIconCache::retrieve)
146 (elements[from] as ControlInfoWrapper).favorite = false
149 (elements[from] as ControlInfoWrapper).favorite = true
H A DControlsModel.kt120 data class ControlInfoWrapper( dataClass
H A DControlAdapter.kt134 is ControlInfoWrapper -> TYPE_CONTROL