Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java381 final long randomSeed = System.currentTimeMillis(); in testInstallWithMissingBlocks() local
382 Log.i(TAG, "Randomizing missing blocks with seed: " + randomSeed); in testInstallWithMissingBlocks()
383 final Random random = new Random(randomSeed); in testInstallWithMissingBlocks()
407 throw new IOException("Skipped block: " + skipBlock + ", randomSeed: " + randomSeed, in testInstallWithMissingBlocks()