Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DParseableCommandTest.kt243 val subCmd = in commandWithSubCommand() constant
252 val subCmd by subCommand(subCmd) in commandWithSubCommand() constant
257 assertThat(cmd.subCmd?.singleOptionalParam).isEqualTo("test") in commandWithSubCommand()
265 val subCmd = in complexCommandWithSubCommands_reusedNames() constant
278 val subCommand by subCommand(subCmd) in complexCommandWithSubCommands_reusedNames()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandParser.kt323 val subCmd = OptionalSubCommand(command) in subCommand() constant
324 _subCommands.add(subCmd) in subCommand()
325 return subCmd in subCommand()