Home
last modified time | relevance | path

Searched defs:topLevelFlag (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DCommandParserTest.kt143 val topLevelFlag by parser.flag("flag", shortName = "-f") in parseCommandWithSubCommand_required_provided() constant
161 val topLevelFlag by parser.flag("-f") in parseCommandWithSubCommand_required_notProvided() constant