Searched refs:ParseableCommand (Results 1 – 6 of 6) sorted by relevance
46 object : ParseableCommand("subCommand") {52 object : ParseableCommand("subCommand2") {59 object : ParseableCommand("testName") {139 object : ParseableCommand("test-command") {202 object : ParseableCommand(name) {223 object : ParseableCommand(name) {244 object : ParseableCommand(subName) {251 object : ParseableCommand(name) {266 object : ParseableCommand(subName) {274 object : ParseableCommand(name) {[all …]
146 object : ParseableCommand("test") {164 object : ParseableCommand("test") {
35 val cmd: ParseableCommand53 class OptionalSubCommand<T : ParseableCommand>(55 ) : SubCommand, ReadOnlyProperty<Any?, ParseableCommand?> {85 class RequiredSubCommand<T : ParseableCommand>(87 ) : SubCommand, ReadOnlyProperty<Any?, ParseableCommand> {101 override fun getValue(thisRef: Any?, property: KProperty<*>): ParseableCommand = cmd
216 private fun subCommandContainsSubCommands(cmd: ParseableCommand): Boolean =257 fun <T : ParseableCommand> require(optional: OptionalSubCommand<T>): RequiredSubCommand<T> {263 private fun <T : ParseableCommand> replaceWithRequired(308 internal fun <T : ParseableCommand> subCommand(
90 abstract class ParseableCommand(val name: String, val description: String? = null) : Command { regex153 private fun subCmdsRequestingHelp(): List<ParseableCommand> =283 fun <T : ParseableCommand> subCommand(291 fun <T : ParseableCommand> OptionalSubCommand<T>.required(): RequiredSubCommand<T> =
22 import com.android.systemui.statusbar.commandline.ParseableCommand30 ) : ParseableCommand(SCREEN_DECOR_CMD_NAME) {82 class RoundedCornerSubCommand(name: String) : ParseableCommand(name) {