Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DParseableCommand.kt245 if (!checkShortName(shortName)) { in flag()
267 if (!checkShortName(shortName)) { in param()
294 private fun checkShortName(short: String?): Boolean { in subCommand() method in com.android.systemui.statusbar.commandline.ParseableCommand