Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audiorecorder/
DAudioRecorderTestFragment.java208 writer.printf("Adb command: %s\n", getFileCopyAdbCommand()); in dumpRecordingState()
216 ClipData clip = ClipData.newPlainText("adb copy command", getFileCopyAdbCommand()); in initTextViews()
221 private String getFileCopyAdbCommand() { in getFileCopyAdbCommand() method in AudioRecorderTestFragment