Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFileFuncTest.java53 private String mExternalStorage; field in TestDeviceFileFuncTest
60 mExternalStorage = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in setUp()
95 String.format("%s/%s", mExternalStorage, "tmp_testPushPull_ExtStorage.txt"); in testPushPull_ExtStorage()
169 String deviceFilePath = String.format("%s/%s", mExternalStorage, "thisfiledoesntexist"); in testPull_NoExistExtStorage()
272 remotePath = String.format("%s/%s", mExternalStorage, TEST_LABEL); in testPushPullDir_ExtStorage()
344 remotePath = String.format("%s/%s", mExternalStorage, filename); in testDeleteFile_ExtStorage()