Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java397 static final class CompressedPendingBlock extends PendingBlock { class in PackageManagerShellCommandIncrementalTest
400 CompressedPendingBlock(PendingBlock block) throws IOException { in CompressedPendingBlock() method in PackageManagerShellCommandIncrementalTest.CompressedPendingBlock
433 return new CompressedPendingBlock(block); in transform()