Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java297 String targetPathApk = targetPath + ".apk"; in writeProfile() local
298 executePush(apkFile.getAbsolutePath(), targetPathApk, targetDir); in writeProfile() local
299 assertTrue("Failed to push APK from ", doesFileExist(targetPathApk)); in writeProfile()