Searched refs:apkResourcePath (Results 1 – 1 of 1) sorted by relevance
797 private TestAppInstallSetup installApk(String apkResourcePath, TestInformation testInfo) in installApk() argument801 new CloseableTraceScope(String.format("install_%s", apkResourcePath))) { in installApk() argument802 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()