Searched defs:updateLocalePrefForEngine (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java519 public synchronized void updateLocalePrefForEngine(String engineName, Locale newLocale) { method in class:TtsEngines
523 Log.d(TAG, "updateLocalePrefForEngine(" + engineName + ", " + newLocale +
530 if (DBG) Log.d(TAG, "updateLocalePrefForEngine(), writing: " + newPrefList.toString());

Completed in 57 milliseconds