Searched defs:sRandom (Results 1 – 5 of 5) sorted by relevance
38 private static final Random sRandom = new Random(); field in DataSharingActivity
42 private static final Random sRandom = new Random(); field in OutOfProcessDataSharingService
42 private static final Random sRandom = new Random(); field in DataSharingService
51 public static final SecureRandom sRandom = new SecureRandom(); field in Constants
39 private static final Random sRandom = new Random(SystemClock.uptimeMillis()); field in TestUtils