Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DDebugModeFilterProvider.kt106 return invalidCommand(pw, "Unexpected arguments for 'reset' command") in execute()
113 null -> return invalidCommand(pw, "Missing command") in execute()
114 else -> return invalidCommand(pw, "Unknown command: ${args.firstOrNull()}") in execute()
126 private fun invalidCommand(pw: PrintWriter, reason: String) { in invalidCommand() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsHapticsSimulator.kt51 invalidCommand(pw) in execute()
69 else -> invalidCommand(pw) in execute()
82 fun invalidCommand(pw: PrintWriter) { in invalidCommand() method
DAuthRippleController.kt400 invalidCommand(pw) in <lambda>()
422 invalidCommand(pw) in <lambda>()
429 else -> invalidCommand(pw) in <lambda>()
443 private fun invalidCommand(pw: PrintWriter) { in <lambda>() method
DUdfpsShell.kt81 invalidCommand(pw) in execute()
104 private fun invalidCommand(pw: PrintWriter) { in invalidCommand() method
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
DCommandOptionsTest.kt60 fun invalidCommand() { in invalidCommand() method