Searched refs:sRandom (Results 1 – 4 of 4) sorted by relevance
95 private static final Random sRandom = new Random(); field in SimContactDaoTests524 final int emailCount = sRandom.nextInt(10); in appendCreateContact()525 final int phoneCount = sRandom.nextInt(5); in appendCreateContact()776 AREA_CODES[sRandom.nextInt(AREA_CODES.length)], in randomPhone()777 sRandom.nextInt(100)); in randomPhone()782 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()
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()