Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audiorecorder/
DAudioRecorderTestFragment.java68 private final Map<String, DumpCommand> mDumpCommands = Map.ofEntries( field in AudioRecorderTestFragment
176 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()