Home
last modified time | relevance | path

Searched refs:RANDOM (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DTextToSpeechActivity.java117 private static final Random RANDOM = new Random(); field in TextToSpeechActivity
130 String hello = HELLOS[RANDOM.nextInt(helloLength)]; in sayHello()