Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DLauncher.java55 public abstract String shortHelp(); in shortHelp() method in Launcher.Command
105 String shortHelp = command.shortHelp();
107 if (shortHelp == null) {
108 shortHelp = "";
113 System.err.println(String.format("%s: %s", command.name(), shortHelp));
124 public String shortHelp() {
H A DEventsCommand.java42 public String shortHelp() { in shortHelp() method in EventsCommand
H A DDumpCommand.java49 public String shortHelp() { in shortHelp() method in DumpCommand
H A DRunTestCommand.java254 public String shortHelp() { in shortHelp() method in RunTestCommand
/aosp14/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DSvc.java32 public abstract String shortHelp(); // should fit on one short line in shortHelp() method in Svc.Command
60 public String shortHelp() {
64 return shortHelp();
88 System.err.println(String.format(format, c.name(), c.shortHelp()));
H A DSystemServerCommand.java30 public String shortHelp() { in shortHelp() method in SystemServerCommand
36 return shortHelp() + "\n" in longHelp()
H A DNfcCommand.java31 public String shortHelp() { in shortHelp() method in NfcCommand
37 return shortHelp() + "\n" in longHelp()
H A DPowerCommand.java36 public String shortHelp() { in shortHelp() method in PowerCommand
41 return shortHelp() + "\n" in longHelp()
H A DUsbCommand.java45 public String shortHelp() { in shortHelp() method in UsbCommand
51 return shortHelp() + "\n" in longHelp()