Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java799 File apkOnDisk = null; in installApk() local
802 apkOnDisk = FileUtil.createTempFile(apkResourcePath, ".apk"); in installApk()
803 ResourceUtil.extractResourceToFile(String.format("/%s", apkResourcePath), apkOnDisk); in installApk()
806 appInstaller.addTestFile(apkOnDisk); in installApk()
811 FileUtil.deleteFile(apkOnDisk); in installApk()