Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audiorecorder/
DAudioRecorderTestFragment.java177 String commandString = args[1]; in runDumpCommand() local
178 DumpCommand command = mDumpCommands.get(commandString); in runDumpCommand()
179 if (command.supportsCommand(commandString) && command.runCommand(writer)) { in runDumpCommand()
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DDeployAgent.java51 String commandString = args[0]; in main() local
52 switch (commandString) { in main()