Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFileFuncTest.java52 private String mInternalStorage; field in TestDeviceFileFuncTest
61 mInternalStorage = "/data/local/tmp"; in setUp()
71 deviceFilePath = String.format("%s/%s", mInternalStorage, "testPushPull_Basic.txt"); in testPushPull_Basic()
119 String.format("%s/%s", mInternalStorage, "tmp_testPushPull_String.txt"); in testPushPull_FromString()
143 String.format("%s/%s", mInternalStorage, "tmp_testPushPull_String.txt"); in testPushPull_PullContents()
159 String deviceFilePath = String.format("%s/%s", mInternalStorage, "thisfiledoesntexist"); in testPull_NoExist()
192 remotePath = String.format("%s/%s", mInternalStorage, filename); in testPush_NoExist()
226 remotePath = String.format("%s/%s", mInternalStorage, TEST_LABEL); in testPushPullDir_Basic()
300 remotePath = String.format("%s/%s", mInternalStorage, filename); in testDoesFileExist_Basic()
320 remotePath = String.format("%s/%s", mInternalStorage, filename); in testDeleteFile_Basic()
[all …]
DTestDeviceShellFuncTest.java38 private String mInternalStorage; field in TestDeviceShellFuncTest
54 mInternalStorage = "/data/local/tmp"; in setUp()
65 devicePath = String.format("%s/%s", mInternalStorage, testTag); in testExecuteShellCommand_basic()
106 devicePath = String.format("%s/%s", mInternalStorage, testTag); in testExecuteShellCommandV2_basic()