Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandParser.kt64 private val _subCommands = mutableListOf<SubCommand>() constant
65 val subCommands: List<SubCommand> = _subCommands
267 _subCommands.remove(old) in replaceWithRequired()
268 _subCommands.add(new) in replaceWithRequired()
324 _subCommands.add(subCmd) in subCommand()