Searched refs:fullJarPath (Results 1 – 2 of 2) sorted by relevance
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | UiAutomatorJarTest.java | 81 String fullJarPath = String.format("%s%s", SHELL_EXE_BASE, mTestJarFileName); in installJar() local 84 fullJarPath); in installJar() 85 Assert.assertTrue(String.format("Failed to push file to %s", fullJarPath), result); in installJar() 86 setTestJarPaths(Arrays.asList(fullJarPath)); in installJar() 94 String fullJarPath = String.format("%s%s", SHELL_EXE_BASE, mTestJarFileName); in uninstallJar() local 95 getDevice().executeShellCommand(String.format("rm %s", fullJarPath)); in uninstallJar()
|
D | JUnitDeviceTest.java | 158 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()
|