Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java534 final String newPrefList = updateValueInCommaSeparatedList(prefList, in updateLocalePrefForEngine() local
537 if (DBG) Log.d(TAG, "updateLocalePrefForEngine(), writing: " + newPrefList.toString()); in updateLocalePrefForEngine()
540 Settings.Secure.TTS_DEFAULT_LOCALE, newPrefList.toString()); in updateLocalePrefForEngine()
550 StringBuilder newPrefList = new StringBuilder(); in updateValueInCommaSeparatedList() local
553 newPrefList.append(key).append(':').append(newValue); in updateValueInCommaSeparatedList()
567 newPrefList.append(','); in updateValueInCommaSeparatedList()
570 newPrefList.append(key).append(':').append(newValue); in updateValueInCommaSeparatedList()
575 newPrefList.append(','); in updateValueInCommaSeparatedList()
578 newPrefList.append(value); in updateValueInCommaSeparatedList()
586 newPrefList.append(','); in updateValueInCommaSeparatedList()
[all …]