/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | VideoEditingMemoryTest.java | 129 String extStore = in cleanResultFile() local 132 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, in cleanResultFile() 136 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, in cleanResultFile() 147 String extStore = in uploadHeapDumpFiles() local 151 extStore, "*.dump")); in uploadHeapDumpFiles()
|
D | MediaMemoryTest.java | 142 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanResultFile() local 144 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, outputPath)); in cleanResultFile() 147 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, "*.dump")); in cleanResultFile() 157 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in uploadHeapDumpFiles() local 160 extStore, "*.dump")); in uploadHeapDumpFiles()
|
D | CameraShotToShotLatencyTest.java | 106 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanupDevice() local 107 mTestDevice.executeShellCommand(String.format("rm -r %s/DCIM", extStore)); in cleanupDevice() 108 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanupDevice()
|
D | MediaStressTest.java | 96 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanTmpFiles() local 97 mTestDevice.executeShellCommand(String.format("rm %s/temp*.3gp", extStore)); in cleanTmpFiles() 98 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_PATH)); in cleanTmpFiles()
|
D | CameraLatencyTest.java | 188 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanTmpFiles() local 190 mTestDevice.executeShellCommand(String.format("rm %s/DCIM/Camera/*", extStore)); in cleanTmpFiles() 191 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanTmpFiles()
|
D | VideoEditingPerformanceTest.java | 159 String extStore = in cleanResultFile() local 161 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_PATH)); in cleanResultFile()
|
D | CameraSettingsTest.java | 126 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanupDevice() local 127 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanupDevice()
|
D | MediaPlayerStressTest.java | 119 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanResultFile() local 120 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanResultFile()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDeviceFuncTest.java | 406 final String extStore = "/data/local"; in testListSymlinkDir() local 409 mTestDevice.deleteFile(String.format("%s/testdir", extStore)); in testListSymlinkDir() 410 mTestDevice.deleteFile(String.format("%s/testdir2/foo.txt", extStore)); in testListSymlinkDir() 411 mTestDevice.deleteFile(String.format("%s/testdir2", extStore)); in testListSymlinkDir() 416 mTestDevice.executeShellCommand(String.format("mkdir %s/testdir2", extStore))); in testListSymlinkDir() 420 String.format("touch %s/testdir2/foo.txt", extStore))); in testListSymlinkDir() 424 String.format("ln -s %s/testdir2 %s/testdir", extStore, extStore))); in testListSymlinkDir() 426 assertNotNull(mTestDevice.getFileEntry(String.format("%s/testdir/foo.txt", extStore))); in testListSymlinkDir() 428 mTestDevice.deleteFile(String.format("%s/testdir", extStore)); in testListSymlinkDir() 429 mTestDevice.deleteFile(String.format("%s/testdir2/foo.txt", extStore)); in testListSymlinkDir() [all …]
|
/tools/tradefederation/contrib/src/com/android/wireless/tests/ |
D | WifiStressTest.java | 381 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanOutputFiles() local 382 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputFile)); in cleanOutputFiles()
|