Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsController.kt157 structureName: CharSequence in loadForComponent()
168 structureName: CharSequence, in loadForComponent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsFavoritingActivity.kt126 comparator = compareBy(collator) { it.structureName } in <lambda>()
157 sc -> sc.structureName == structureExtra in <lambda>()
216 val name = listOfStructures[position].structureName in <lambda>()
329 StructureInfo(component!!, it.structureName, favoritesForStorage) in <lambda>()
384 data class StructureContainer(val structureName: CharSequence, val model: ControlsModel) constant in StructureContainer