Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DParseableCommand.kt251 if (!checkLongName(longName)) { in flag()
273 if (!checkLongName(longName)) { in param()
298 private fun checkLongName(long: String): Boolean { in checkLongName() method