Searched refs:HELLOS (Results 1 – 1 of 1) sorted by relevance
118 private static final String[] HELLOS = { field in TextToSpeechActivity129 int helloLength = HELLOS.length; in sayHello()130 String hello = HELLOS[RANDOM.nextInt(helloLength)]; in sayHello()