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 D | FavoritesModelTest.kt | 88 (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 D | FavoritesModel.kt | 84 (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 D | ControlsModel.kt | 120 data class ControlInfoWrapper( dataClass
|
H A D | ControlAdapter.kt | 134 is ControlInfoWrapper -> TYPE_CONTROL
|