Searched refs:sRandom (Results 1 – 5 of 5) sorted by relevance
97 private static final Random sRandom = new Random(); field in SimContactDaoTests526 final int emailCount = sRandom.nextInt(10); in appendCreateContact()527 final int phoneCount = sRandom.nextInt(5); in appendCreateContact()746 AREA_CODES[sRandom.nextInt(AREA_CODES.length)], in randomPhone()747 sRandom.nextInt(100)); in randomPhone()752 1000 + sRandom.nextInt(1000)); in randomEmail()
61 public static Random sRandom = new Random(SystemClock.uptimeMillis()); field in SpeedMeasurementController295 sRandom.nextBytes(buffer); in run()374 sRandom.nextBytes(buffer); in run()
70 private static final Random sRandom = new Random(); field in ApConfigUtil441 return availableSafeFreqs.get(sRandom.nextInt(availableSafeFreqs.size())); in chooseApChannel()445 sRandom.nextInt(availableUnsafeFreqs.size())); in chooseApChannel()
78 public static Random sRandom = new Random(SystemClock.uptimeMillis()); field in Helpers492 sequence += sRandom.nextInt(magnitude) + 1; in generateAvailableFilenameLocked()
275 return delay + Helpers.sRandom.nextInt((int) (delay / 2)); in fuzzDelay()