Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DAllModelTest.kt53 val favoritesIndices = listOf(7, 3, 1, 9) regex
54 val favoritesList = favoritesIndices.map { "controlId$it" }
89 it in favoritesIndices
146 val expectedFavorites = favoritesIndices.map(controls::get).map(ControlStatus::control)
157 val expectedFavorites = favoritesIndices.map(controls::get).map(ControlStatus::control) +
189 val expectedFavorites = favoritesIndices.map(controls::get).map(ControlStatus::control)
205 val expectedFavorites = (favoritesIndices.filterNot { it == indexToRemove })
238 val expectedFavorites = favoritesIndices.map(controls::get).map(ControlStatus::control)