Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DSelectionItemTest.kt76 val structureName = "structure" in testMatchSameComponentSameStructure_true() constant
79 SelectedItem.StructureItem(StructureInfo(componentName, structureName, emptyList())) in testMatchSameComponentSameStructure_true()
84 structure = structureName, in testMatchSameComponentSameStructure_true()
96 val structureName = "structure" in testMatchSameComponentDifferentStructure_false() constant
99 SelectedItem.StructureItem(StructureInfo(componentName, structureName, emptyList())) in testMatchSameComponentDifferentStructure_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsFavoritingActivity.kt132 comparator = compareBy(collator) { it.structureName } in <lambda>()
168 sc -> sc.structureName == structureExtra in <lambda>()
227 val name = listOfStructures[position].structureName in <lambda>()
333 listOfStructures[structurePager.currentItem].structureName, in <lambda>()
357 StructureInfo(component!!, it.structureName, favoritesForStorage) in <lambda>()
425 data class StructureContainer(val structureName: CharSequence, val model: ControlsModel) constant in com.android.systemui.controls.management.StructureContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsController.kt153 structureName: CharSequence in loadForComponent()
164 structureName: CharSequence, in loadForComponent()
DControlsControllerImpl.kt490 structureName: CharSequence, in <lambda>()
495 if (Favorites.addFavorite(componentName, structureName, controlInfo)) { in <lambda>()
564 structureName: CharSequence in <lambda>()
567 StructureInfo(componentName, structureName, emptyList()) in <lambda>()
683 structureName: CharSequence, in addFavorite()
692 ?.firstOrNull { it.structure == structureName } in addFavorite()
693 ?: StructureInfo(componentName, structureName, emptyList()) in addFavorite()