Home
last modified time | relevance | path

Searched refs:reqSub (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
230 if (reqSub.isNotEmpty()) { in help()
232 reqSub.describe(ipw) in help()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DParseableCommandTest.kt86 val reqSub = subCommands.filter { it is RequiredSubCommand<*> } in testFactoryMethods() constant
88 assertThat(reqSub).hasSize(1) in testFactoryMethods()