Home
last modified time | relevance | path

Searched defs:subCommands (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DParseableCommandTest.kt74 val subCommands = myCommand.parser.subCommands in testFactoryMethods() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandParser.kt65 val subCommands: List<SubCommand> = _subCommands constant in com.android.systemui.statusbar.commandline.CommandParser