Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java337 File apkfile = new File(createApkPath(TEST_APK)); in testInstallWithIdSigAndSplit() local
339 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() local
810 blocks[i] = (int) ((apkfile.length() + blockSize - 1) / blockSize); in testInstallWithIdSigNoDigesting()
1044 File apkfile = new File(createApkPath(TEST_APK)); in testInstallWithIdSigStreamIncompleteDataForSplit() local
1049 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()