Searched refs:devicePath (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostResultTest.java | 107 final String devicePath = String.format("%s/%s", externalStorePath, "tmp_testPushPull.txt"); in testTransferTime() local 113 device.executeShellCommand(String.format("rm %s", devicePath)); in testTransferTime() 121 assertTrue("Could not push file", device.pushFile(testFile, devicePath)); in testTransferTime() 122 assertTrue("Unsuccessful transfer", device.doesFileExist(devicePath)); in testTransferTime() 124 assertTrue("Could not pull file", device.pullFile(devicePath, tmpFile)); in testTransferTime() 129 device.executeShellCommand(String.format("rm %s", devicePath)); in testTransferTime()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | GeeTest.java | 130 String devicePath = NATIVE_TESTS_DIRECTORY + ANDROID_PATH_SEPARATOR + mExeName; in installTest() local 131 if (!mDevice.pushFile(nativeExe, devicePath)) { in installTest()
|