Searched refs:mDumpCommands (Results 1 – 1 of 1) sorted by relevance
68 private final Map<String, DumpCommand> mDumpCommands = Map.ofEntries( field in AudioRecorderTestFragment176 if (args.length > 1 && args[0].equals(DUMP_ARG_CMD) && mDumpCommands.containsKey(args[1])) { in runDumpCommand()178 DumpCommand command = mDumpCommands.get(commandString); in runDumpCommand()194 for (DumpCommand command : mDumpCommands.values()) { in dumpHelp()