Searched refs:sRandom (Results 1 – 5 of 5) sorted by relevance
43 private static final Random sRandom = new Random(); field in ApConfigUtil91 int index = sRandom.nextInt(allowed2GChannels.size()); in chooseApChannel()99 allowed5GFreqList[sRandom.nextInt(allowed5GFreqList.length)]); in chooseApChannel()
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()
39 static Random sRandom = new Random(); field in RILRequest187 sNextSerial.set(sRandom.nextInt(Integer.MAX_VALUE)); in resetSerial()
114 private static final Random sRandom = new Random(); field in AutofillManagerServiceImpl483 sessionId = Math.abs(sRandom.nextInt()); in createSessionByTokenLocked()
15171 Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;->sRandom:Ljava/util/Random;