Searched defs:apkFile (Results 1 – 3 of 3) sorted by relevance
42 public static long sumNativeBinariesLI(File apkFile) { in sumNativeBinariesLI()59 public static int copyNativeBinariesIfNeededLI(File apkFile, File sharedLibraryDir) { in copyNativeBinariesIfNeededLI()
455 final File apkFile = new File(archiveFilePath); in recommendAppInstallLocation() local514 private boolean isUnderInternalThreshold(File apkFile, long threshold) in isUnderInternalThreshold()536 private boolean isUnderExternalThreshold(File apkFile) throws FileNotFoundException { in isUnderExternalThreshold()562 private int calculateContainerSize(File apkFile) throws FileNotFoundException { in calculateContainerSize()
3452 File apkFile = new File(mDataDir, info.packageName); in installApk() local