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.java284 File apkfile = new File(createApkPath(TEST_APK)); in testInstallWithIdSigAndSplit() local
286 File[] files = new File[]{apkfile, splitfile}; in testInstallWithIdSigAndSplit()
291 (apkfile.length() + splitfile.length()), param), in testInstallWithIdSigAndSplit()
818 File apkfile = new File(createApkPath(TEST_APK)); in testInstallWithIdSigStreamIncompleteDataForSplit() local
823 File[] files = new File[]{apkfile, splitfile}; in testInstallWithIdSigStreamIncompleteDataForSplit()
828 (apkfile.length() + splitfile.length()), param), in testInstallWithIdSigStreamIncompleteDataForSplit()
829 files, new long[]{apkfile.length(), newSplitLength})).contains("Failure"); in testInstallWithIdSigStreamIncompleteDataForSplit()