/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceFuncTest.java | 387 final String extStore = "/data/local"; in testListSymlinkDir() local 390 mTestDevice.deleteFile(String.format("%s/testdir", extStore)); in testListSymlinkDir() 391 mTestDevice.deleteFile(String.format("%s/testdir2/foo.txt", extStore)); in testListSymlinkDir() 392 mTestDevice.deleteFile(String.format("%s/testdir2", extStore)); in testListSymlinkDir() 397 extStore))); in testListSymlinkDir() 399 String.format("touch %s/testdir2/foo.txt", extStore))); in testListSymlinkDir() 402 extStore, extStore))); in testListSymlinkDir() 404 assertNotNull(mTestDevice.getFileEntry(String.format("%s/testdir/foo.txt", extStore))); in testListSymlinkDir() 406 mTestDevice.deleteFile(String.format("%s/testdir", extStore)); in testListSymlinkDir() 407 mTestDevice.deleteFile(String.format("%s/testdir2/foo.txt", extStore)); in testListSymlinkDir() [all …]
|
/tools/tradefederation/contrib/src/com/android/graphics/tests/ |
D | UiPerformanceTest.java | 90 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in setupDevice() local 91 String rawFileDir = String.format("%s/%s", extStore, RAW_DATA_DIRECTORY); in setupDevice() 126 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in pullRawDataFile() local 127 String rawFileDir = String.format("%s/%s", extStore, RAW_DATA_DIRECTORY); in pullRawDataFile() 219 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanOutputFiles() local 220 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_FILE_NAME)); in cleanOutputFiles()
|
D | UserActionBenchmark.java | 97 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in run() local 99 String.format("%s/%s/%s", extStore, mScriptPath, mTestDevice.getProductType()); in run() 117 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanResultFile() local 119 String.format("rm %s/%s", extStore, mDeviceTestOutputFilename)); in cleanResultFile()
|
D | OpenGlPerformanceTest.java | 361 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanOutputFiles() local 362 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, outputFileName)); in cleanOutputFiles()
|
/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 | 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()
|
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/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()
|