Searched refs:structureName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/ |
D | SelectionItemTest.kt | 76 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/ |
D | ControlsFavoritingActivity.kt | 132 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/ |
D | ControlsController.kt | 153 structureName: CharSequence in loadForComponent() 164 structureName: CharSequence, in loadForComponent()
|
D | ControlsControllerImpl.kt | 490 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()
|