Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
H A DParseableCommandTest.kt66 val optionalSubCommand by subCommand(mySubCommand)
67 val requiredSubCommand by subCommand(mySubCommand2).required()
252 val subCmd by subCommand(subCmd)
278 val subCommand by subCommand(subCmd) regex
288 assertThat(myCommand.subCommand).isNotNull()
289 assertThat(myCommand.subCommand?.flag1).isTrue()
290 assertThat(myCommand.subCommand?.param1).isEqualTo("arg2")
H A DCommandParserTest.kt151 parser.require(parser.subCommand(cmd))
169 parser.require(parser.subCommand(cmd))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DScreenDecorCommand.kt51 val roundedTop: RoundedCornerSubCommand? by subCommand(RoundedCornerSubCommand("rounded-top"))
54 subCommand(RoundedCornerSubCommand("rounded-bottom"))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
H A DParseableCommand.kt283 fun <T : ParseableCommand> subCommand(
285 ) = parser.subCommand(command)
H A DCommandParser.kt308 internal fun <T : ParseableCommand> subCommand(