Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DCollapsableGroupCardHelper.kt26 private val expandedGroups = mutableSetOf<CharSequence>() constant
35 expandedGroups.clear() in restoreState()
36 expandedGroups.addAll(it) in restoreState()
43 expandedGroups.toTypedArray() in saveState()
48 expandedGroups.remove(groupId) in onGroupCollapsed()
52 expandedGroups.add(groupId) in onGroupExpanded()
55 fun isGroupExpanded(groupId: CharSequence): Boolean = expandedGroups.contains(groupId)