Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.h122 class DumpBadgingCommand : public DumpApkCommand {
124 explicit DumpBadgingCommand(text::Printer* printer, IDiagnostics* diag) in DumpBadgingCommand() function
249 AddOptionalSubcommand(util::make_unique<DumpBadgingCommand>(printer, diag_)); in DumpCommand()