Searched refs:sRandom (Results 1 – 4 of 4) 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()
38 static Random sRandom = new Random(); field in RILRequest181 sNextSerial.set(sRandom.nextInt()); in resetSerial()
114 private static final Random sRandom = new Random(); field in AutofillManagerServiceImpl507 sessionId = sRandom.nextInt(); in createSessionByTokenLocked()