Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DKitchenSinkShellCommand.java141 showCommandHelp("Shows this help message.", in showHelp()
143 showCommandHelp("Lists delegated scopes set by the device admin.", in showHelp()
145 showCommandHelp("Checks whether uninstalling the given app is blocked.", in showHelp()
147 showCommandHelp("Blocks / unblocks uninstalling the given app.", in showHelp()
149 showCommandHelp("Generates a device attestation key.", in showHelp()
151 showCommandHelp("Post Notification.", in showHelp()
153 showCommandHelp("Post a Toast with the given message and options.", in showHelp()
157 showCommandHelp("Enables / Disables the DriveMode Switch in the System UI.", in showHelp()
162 private void showCommandHelp(String description, String cmd, String... args) { in showCommandHelp() method in KitchenSinkShellCommand
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/biometrics/
DBiometricPromptTestFragment.java229 showCommandHelp(writer, "Shows this help message.", CMD_HELP); in cmdShowHelp()
230 showCommandHelp(writer, in cmdShowHelp()
233 showCommandHelp(writer, in cmdShowHelp()
236 showCommandHelp(writer, in cmdShowHelp()
241 private void showCommandHelp(PrintWriter writer, String description, String cmd, in showCommandHelp() method in BiometricPromptTestFragment
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/display/
DVirtualDisplayFragment.java360 showCommandHelp(writer, "Shows this help message.", CMD_HELP); in cmdShowHelp()
361 showCommandHelp(writer, "Maximizes the display view so it takes the whole screen.", in cmdShowHelp()
363 showCommandHelp(writer, "Minimizes the display view so the screen show the controls.", in cmdShowHelp()
365 showCommandHelp(writer, "Creates the virtual display.", in cmdShowHelp()
367 showCommandHelp(writer, "Deletes the virtual display.", in cmdShowHelp()
369 showCommandHelp(writer, "Sets the number of virtual displays.", in cmdShowHelp()
373 private void showCommandHelp(PrintWriter writer, String description, String cmd, in showCommandHelp() method in VirtualDisplayFragment