Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsFavoritePersistenceWrapper.kt186 var lastStructure: CharSequence? = null in <lambda>() variable
193 lastStructure = parser.getAttributeValue(null, TAG_STRUCTURE) ?: "" in <lambda>()
203 infos.add(StructureInfo(lastComponent!!, lastStructure!!, controls.toList())) in <lambda>()