Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJUnitDeviceTest.java158 String fullJarPath = String.format("%s%s", mDeviceTestTmpPath, f); in installJars() local
160 boolean result = getDevice().pushFile(jarFile, fullJarPath); in installJars()
161 Assert.assertTrue(String.format("Failed to push file to %s", fullJarPath), result); in installJars()
162 mJarPaths.add(fullJarPath); in installJars()
176 String fullJarPath = String.format("%s%s", mDeviceTestTmpPath, f); in removeJars() local
177 CLog.d("Uninstalling %s on %s", fullJarPath, getDevice().getSerialNumber()); in removeJars()
178 getDevice().executeShellCommand(String.format("rm %s", fullJarPath)); in removeJars()
DTestNGDeviceTest.java154 String fullJarPath = String.format("%s%s", mDeviceTestTmpPath, f); in installJars() local
156 boolean result = getDevice().pushFile(jarFile, fullJarPath); in installJars()
158 … throw new AssertionError(String.format("Failed to push file to %s", fullJarPath)); in installJars()
160 mJarPaths.add(fullJarPath); in installJars()
174 String fullJarPath = String.format("%s%s", mDeviceTestTmpPath, f); in removeJars() local
175 CLog.d("Uninstalling %s on %s", fullJarPath, getDevice().getSerialNumber()); in removeJars()
176 getDevice().executeShellCommand(String.format("rm %s", fullJarPath)); in removeJars()