Home
last modified time | relevance | path

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

/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java111 final String devicePath = String.format(FILE_PATH, "tmp_testPushPull.txt"); in testTransferTime() local
117 device.executeShellCommand(String.format("rm %s", devicePath)); in testTransferTime()
125 assertTrue("Could not push file", device.pushFile(testFile, devicePath)); in testTransferTime()
126 assertTrue("Unsuccessful transfer", device.doesFileExist(devicePath)); in testTransferTime()
128 assertTrue("Could not pull file", device.pullFile(devicePath, tmpFile)); in testTransferTime()
133 device.executeShellCommand(String.format("rm %s", devicePath)); in testTransferTime()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DGeeTest.java131 String devicePath = NATIVE_TESTS_DIRECTORY + ANDROID_PATH_SEPARATOR + mExeName; in installTest() local
132 if (!mDevice.pushFile(nativeExe, devicePath)) { in installTest()