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.java525 final String newPrefList = updateValueInCommaSeparatedList(prefList, in updateLocalePrefForEngine() local
528 if (DBG) Log.d(TAG, "updateLocalePrefForEngine(), writing: " + newPrefList.toString()); in updateLocalePrefForEngine()
531 Settings.Secure.TTS_DEFAULT_LOCALE, newPrefList.toString()); in updateLocalePrefForEngine()
541 StringBuilder newPrefList = new StringBuilder(); in updateValueInCommaSeparatedList() local
544 newPrefList.append(key).append(':').append(newValue); in updateValueInCommaSeparatedList()
558 newPrefList.append(','); in updateValueInCommaSeparatedList()
561 newPrefList.append(key).append(':').append(newValue); in updateValueInCommaSeparatedList()
566 newPrefList.append(','); in updateValueInCommaSeparatedList()
569 newPrefList.append(value); in updateValueInCommaSeparatedList()
577 newPrefList.append(','); in updateValueInCommaSeparatedList()
[all …]