Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandParser.kt67 private val tokenSet = mutableSetOf<String>() constant in com.android.systemui.statusbar.commandline.CommandParser
205 if (short != null && tokenSet.contains(short)) { in checkCliNames()
209 if (tokenSet.contains(long)) { in checkCliNames()
221 tokenSet.add(short) in subCommandContainsSubCommands()
223 tokenSet.add(long) in subCommandContainsSubCommands()