HomeSort by relevance Sort by last modified time
    Searched full:loadcountry (Results 1 - 1 of 1) sorted by null

  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 123 String loadCountry = country;
125 loadCountry = "USA";
137 InputStream file = getAssets().open(lang + "-" + loadCountry + ".freq");
145 mCurrentLanguage = new String[] { lang, loadCountry, ""};

Completed in 163 milliseconds