Searched refs:showCommandHelp (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/ |
D | KitchenSinkShellCommand.java | 146 showCommandHelp("Shows this help message.", in showHelp() 148 showCommandHelp("Lists delegated scopes set by the device admin.", in showHelp() 150 showCommandHelp("Checks whether uninstalling the given app is blocked.", in showHelp() 152 showCommandHelp("Blocks / unblocks uninstalling the given app.", in showHelp() 154 showCommandHelp("Generates a device attestation key.", in showHelp() 156 showCommandHelp("Post Notification.", in showHelp() 158 showCommandHelp("Post a Toast with the given message and options.", in showHelp() 162 showCommandHelp("Enables / Disables the DriveMode Switch in the System UI.", in showHelp() 164 showCommandHelp("Enables / Disables the Customization Tool service.", in showHelp() 169 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/ |
D | BiometricPromptTestFragment.java | 229 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/ |
D | VirtualDisplayFragment.java | 358 showCommandHelp(writer, "Shows this help message.", CMD_HELP); in cmdShowHelp() 359 showCommandHelp(writer, "Maximizes the display view so it takes the whole screen.", in cmdShowHelp() 361 showCommandHelp(writer, "Minimizes the display view so the screen show the controls.", in cmdShowHelp() 363 showCommandHelp(writer, "Creates the virtual display.", in cmdShowHelp() 365 showCommandHelp(writer, "Deletes the virtual display.", in cmdShowHelp() 367 showCommandHelp(writer, "Sets the number of virtual displays.", in cmdShowHelp() 371 private void showCommandHelp(PrintWriter writer, String description, String cmd, in showCommandHelp() method in VirtualDisplayFragment
|