Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java815 long newSplitLength = splitLength - (splitLength % 1024 == 0 ? 1024 : splitLength % 1024); in testInstallWithIdSigStreamIncompleteDataForSplit() local
822 files, new long[]{apkfile.length(), newSplitLength})).contains("Failure"); in testInstallWithIdSigStreamIncompleteDataForSplit()