Searched defs:subCommand (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ | ||
| D | CommandParser.kt | 308 internal fun <T : ParseableCommand> subCommand( in subCommand() method in com.android.systemui.statusbar.commandline.CommandParser |
| D | ParseableCommand.kt | 283 fun <T : ParseableCommand> subCommand( in subCommand() method in com.android.systemui.statusbar.commandline.ParseableCommand |
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/ | ||
| D | ParseableCommandTest.kt | 278 val subCommand by subCommand(subCmd) in complexCommandWithSubCommands_reusedNames() constant |