Searched refs:RANDOM (Results 1 – 1 of 1) sorted by relevance
117 private static final Random RANDOM = new Random(); field in TextToSpeechActivity130 String hello = HELLOS[RANDOM.nextInt(helloLength)]; in sayHello()