Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DParseableCommand.kt132 val helpSubCmds = subCmdsRequestingHelp() in execute() constant
138 } else if (helpSubCmds.isNotEmpty()) { in execute()
139 helpSubCmds.forEach { it.help(pw) } in execute()