Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandParser.kt216 private fun subCommandContainsSubCommands(cmd: ParseableCommand): Boolean = in subCommandContainsSubCommands() method
315 if (subCommandContainsSubCommands(command)) { in subCommand()