Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandParser.kt192 unhandledParams.isEmpty() && unhandledSubCmds.isEmpty() && unvalidatedSubCmds.isEmpty() in validateRequiredParams()
201 private val unvalidatedSubCmds: List<SubCommand> constant in com.android.systemui.statusbar.commandline.CommandParser