Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DSubCommand.kt34 sealed interface SubCommand : Describable { interface
55 ) : SubCommand, ReadOnlyProperty<Any?, ParseableCommand?> { in parseSubCommandArgs()
87 ) : SubCommand, ReadOnlyProperty<Any?, ParseableCommand> {
DCommandParser.kt64 private val _subCommands = mutableListOf<SubCommand>()
65 val subCommands: List<SubCommand> = _subCommands
198 private val unhandledSubCmds: List<SubCommand>
201 private val unvalidatedSubCmds: List<SubCommand>