Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DParseableCommand.kt229 val (reqSub, optSub) = parser.subCommands.partition { it is RequiredSubCommand<*> } in help() constant
234 if (optSub.isNotEmpty()) { in help()
236 optSub.describe(ipw) in help()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DParseableCommandTest.kt87 val optSub = subCommands.filter { it is OptionalSubCommand<*> } in testFactoryMethods() constant
89 assertThat(optSub).hasSize(1) in testFactoryMethods()