Searched refs:tokenSet (Results 1 – 1 of 1) sorted by relevance
67 private val tokenSet = mutableSetOf<String>() constant in com.android.systemui.statusbar.commandline.CommandParser205 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()