Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java248 final long appFileSize = new File(apk).length(); in testSpaceAllocatedForPackage() local
293 final double freeSpaceExpectedDifference = ((appFileSize * 1.015) + blockSize * 8); in testSpaceAllocatedForPackage()
307 assertTrue(apkTrimResult <= appFileSize); in testSpaceAllocatedForPackage()