Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DDebugModeFilterProvider.kt106 return invalidCommand(pw, "Unexpected arguments for 'reset' command")
113 null -> return invalidCommand(pw, "Missing command")
114 else -> return invalidCommand(pw, "Unknown command: ${args.firstOrNull()}")
126 private fun invalidCommand(pw: PrintWriter, reason: String) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsHapticsSimulator.kt51 invalidCommand(pw)
69 else -> invalidCommand(pw)
82 fun invalidCommand(pw: PrintWriter) { regex
H A DAuthRippleController.kt366 invalidCommand(pw)
388 invalidCommand(pw)
395 else -> invalidCommand(pw)
409 fun invalidCommand(pw: PrintWriter) { regex
H A DUdfpsShell.kt80 invalidCommand(pw)
99 private fun invalidCommand(pw: PrintWriter) { regex
/aosp14/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DCommandOptionsTest.kt51 fun invalidCommand() { regex