Searched refs:sRandom (Results 1 – 9 of 9) sorted by relevance
244 private static Random sRandom = null; field in InstantAppResolveInfo.InstantAppDigest247 sRandom = SecureRandom.getInstance("SHA1PRNG");250 sRandom = new Random();351 final int manufacturedSize = realSize + 10 + sRandom.nextInt(10); in getDigestPrefixSecure()354 mDigestPrefixSecure[i] = sRandom.nextInt() & DIGEST_MASK; in getDigestPrefixSecure()
57 private static final Random sRandom = new Random(); field in DejankUtils278 int cookie = sRandom.nextInt(); in notifyRendererOfExpensiveFrame()
52 static final SecureRandom sRandom = new SecureRandom(); field in PackageManagerShellCommandDataLoader81 commandId = sRandom.nextInt(Integer.MAX_VALUE - 1) + 1; in getDataLoaderParamsArgs()
148 private static final Random sRandom = new Random(); field in PackageDexOptimizer406 long sessionId = sRandom.nextLong(); in performDexOptLI()
5635 private static final Random sRandom = new Random();5740 return (long) (sRandom.nextDouble() * mag + low);
505 private static final Random sRandom = new Random(); field in BatteryUsageStatsProviderTest513 BatteryUsageStatsProviderTest.class.getSimpleName() + sRandom.nextInt(); in createTemporaryDirectory()
120 private static final Random sRandom = new Random(); field in AutofillManagerServiceImpl529 sessionId = Math.abs(sRandom.nextInt()); in createSessionByTokenLocked()
181 private static final Random sRandom = new Random(); field in AppStandbyControllerTests319 return new File(getContext().getFilesDir(), Long.toString(sRandom.nextLong())); in getDataSystemDirectory()
11310 Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;->sRandom:Ljava/util/Random;