Searched refs:devicePath (Results 1 – 2 of 2) sorted by relevance
111 final String devicePath = String.format(FILE_PATH, "tmp_testPushPull.txt"); in testTransferTime() local117 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()
131 String devicePath = NATIVE_TESTS_DIRECTORY + ANDROID_PATH_SEPARATOR + mExeName; in installTest() local132 if (!mDevice.pushFile(nativeExe, devicePath)) { in installTest()