Searched refs:DumpStyleParentCommand (Results 1 – 2 of 2) sorted by relevance
196 class DumpStyleParentCommand : public DumpApkCommand {198 explicit DumpStyleParentCommand(text::Printer* printer, android::IDiagnostics* diag) in DumpStyleParentCommand() function287 AddOptionalSubcommand(util::make_unique<DumpStyleParentCommand>(printer, diag_)); in DumpCommand()
284 int DumpStyleParentCommand::Dump(LoadedApk* apk) { in Dump()