Home
last modified time | relevance | path

Searched refs: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
154 assertTrue(topLevelFlag) in parseCommandWithSubCommand_required_provided()
161 val topLevelFlag by parser.flag("-f") in parseCommandWithSubCommand_required_notProvided() constant