Searched defs:sRandom (Results 1 – 4 of 4) 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