Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DDumpCommand.java39 public class DumpCommand extends Command { class
44 public DumpCommand() { in DumpCommand() method in DumpCommand
DLauncher.java132 new DumpCommand(),
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_tool.cpp131 int DumpCommand(const std::string& service_path) { in DumpCommand() function
168 DumpCommand(path); in DumpCommandCallback()
240 return DumpCommand(command_argument); in main()
/frameworks/base/tools/aapt2/cmd/
DDump.h277 class DumpCommand : public Command {
279 explicit DumpCommand(text::Printer* printer, android::IDiagnostics* diag) in DumpCommand() function
/frameworks/base/tools/aapt2/
DMain.cpp71 AddOptionalSubcommand(util::make_unique<DumpCommand>(printer, diagnostics)); in MainCommand()