Searched refs:apkfile (Results 1 – 1 of 1) sorted by relevance
337 File apkfile = new File(createApkPath(TEST_APK)); in testInstallWithIdSigAndSplit() local339 File[] files = new File[]{apkfile, splitfile}; in testInstallWithIdSigAndSplit()344 (apkfile.length() + splitfile.length()), param), in testInstallWithIdSigAndSplit()809 final File apkfile = new File(createApkPath(apkName)); in testInstallWithIdSigNoDigesting() local810 blocks[i] = (int) ((apkfile.length() + blockSize - 1) / blockSize); in testInstallWithIdSigNoDigesting()1044 File apkfile = new File(createApkPath(TEST_APK)); in testInstallWithIdSigStreamIncompleteDataForSplit() local1049 File[] files = new File[]{apkfile, splitfile}; in testInstallWithIdSigStreamIncompleteDataForSplit()1054 (apkfile.length() + splitfile.length()), param), in testInstallWithIdSigStreamIncompleteDataForSplit()1055 files, new long[]{apkfile.length(), newSplitLength})).contains("Failure"); in testInstallWithIdSigStreamIncompleteDataForSplit()