/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceFuncTest.java | 392 final String extStore = "/data/local"; in testListSymlinkDir() local 395 mTestDevice.deleteFile(String.format("%s/testdir", extStore)); in testListSymlinkDir() 396 mTestDevice.deleteFile(String.format("%s/testdir2/foo.txt", extStore)); in testListSymlinkDir() 397 mTestDevice.deleteFile(String.format("%s/testdir2", extStore)); in testListSymlinkDir() 402 extStore))); in testListSymlinkDir() 404 String.format("touch %s/testdir2/foo.txt", extStore))); in testListSymlinkDir() 407 extStore, extStore))); in testListSymlinkDir() 409 assertNotNull(mTestDevice.getFileEntry(String.format("%s/testdir/foo.txt", extStore))); in testListSymlinkDir() 411 mTestDevice.deleteFile(String.format("%s/testdir", extStore)); in testListSymlinkDir() 412 mTestDevice.deleteFile(String.format("%s/testdir2/foo.txt", extStore)); in testListSymlinkDir() [all …]
|
/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 | CameraStressTest.java | 223 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanTmpFiles() local 224 mTestDevice.executeShellCommand(String.format("rm -r %s/DCIM/Camera", extStore)); in cleanTmpFiles() 225 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanTmpFiles()
|
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()
|
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 | VideoEditingPerformanceTest.java | 159 String extStore = in cleanResultFile() local 161 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_PATH)); in cleanResultFile()
|
/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()
|