Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java797 private TestAppInstallSetup installApk(String apkResourcePath, TestInformation testInfo) in installApk() argument
801 new CloseableTraceScope(String.format("install_%s", apkResourcePath))) { in installApk() argument
802 apkOnDisk = FileUtil.createTempFile(apkResourcePath, ".apk"); in installApk()
803 ResourceUtil.extractResourceToFile(String.format("/%s", apkResourcePath), apkOnDisk); in installApk()
808 CLog.i("Successfully installed %s", apkResourcePath); in installApk()