OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sRandom
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
Constants.java
51
public static final SecureRandom
sRandom
= new SecureRandom();
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java
66
private static final Random
sRandom
= new Random();
191
final int i =
sRandom
.nextInt(sIntentList.size());
195
if (
sRandom
.nextBoolean()) {
206
final int i =
sRandom
.nextInt(sIntentList.size());
210
if (
sRandom
.nextBoolean()) {
Completed in 301 milliseconds