Searched refs:randomSeed (Results 1 – 1 of 1) sorted by relevance
381 final long randomSeed = System.currentTimeMillis(); in testInstallWithMissingBlocks() local382 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()