Home
last modified time | relevance | path

Searched defs:subCommand (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DParseableCommandTest.kt278 val subCommand by subCommand(subCmd) in complexCommandWithSubCommands_reusedNames() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandParser.kt308 internal fun <T : ParseableCommand> subCommand( in subCommand() method in com.android.systemui.statusbar.commandline.CommandParser
DParseableCommand.kt283 fun <T : ParseableCommand> subCommand( in subCommand() method in com.android.systemui.statusbar.commandline.ParseableCommand