Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsFavoritePersistenceWrapper.kt89 fun storeFavorites(structures: List<StructureInfo>) {
90 if (structures.isEmpty() && !file.exists()) {
114 structures.forEach { s ->
H A DControlsControllerImpl.kt626 fun load(structures: List<StructureInfo>) {
627 favMap = structures.groupBy { it.componentName }
665 val structures = structureToControls.map { (s, cs) -> StructureInfo(componentName, s, cs) } regex
668 newFavMap.put(componentName, structures)
701 val structures = mutableListOf<StructureInfo>() regex
712 structures.add(newStructure)
717 structures.add(updatedStructure)
720 newFavMap.put(componentName, structures)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiController.kt66 fun getPreferredSelectedItem(structures: List<StructureInfo>): SelectedItem
H A DControlsUiControllerImpl.kt400 val (panels, structures) = items.partition { it.isPanel }
403 val itemsByComponent = structures.associateBy { it.componentName }
703 override fun getPreferredSelectedItem(structures: List<StructureInfo>): SelectedItem {
709 if (structures.isEmpty()) return SelectedItem.EMPTY_SELECTION
710 SelectedItem.StructureItem(structures.firstOrNull {
712 } ?: structures[0])
/aosp14/frameworks/base/cmds/incidentd/src/
H A Dreport_file.proto82 * Report data structures for the incident reports.