Searched refs:apkResourceId (Results 1 – 2 of 2) sorted by relevance
294 Package parsePackage(String apkFileName, int apkResourceId) throws Exception { in parsePackage() argument295 return parsePackage(apkFileName, apkResourceId, p -> p); in parsePackage()306 Package parsePackage(String apkFileName, int apkResourceId, in parsePackage() argument312 InputStream is = context.getResources().openRawResource(apkResourceId); in parsePackage()
91 private File copyApkToToTmpDir(String apkFileName, int apkResourceId) throws IOException { in copyApkToToTmpDir() argument94 try (InputStream is = context.getResources().openRawResource(apkResourceId)) { in copyApkToToTmpDir()