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.java527 final String newPrefList = updateValueInCommaSeparatedList(prefList, in updateLocalePrefForEngine() local
530 if (DBG) Log.d(TAG, "updateLocalePrefForEngine(), writing: " + newPrefList.toString()); in updateLocalePrefForEngine()
533 Settings.Secure.TTS_DEFAULT_LOCALE, newPrefList.toString()); in updateLocalePrefForEngine()
543 StringBuilder newPrefList = new StringBuilder(); in updateValueInCommaSeparatedList() local
546 newPrefList.append(key).append(':').append(newValue); in updateValueInCommaSeparatedList()
560 newPrefList.append(','); in updateValueInCommaSeparatedList()
563 newPrefList.append(key).append(':').append(newValue); in updateValueInCommaSeparatedList()
568 newPrefList.append(','); in updateValueInCommaSeparatedList()
571 newPrefList.append(value); in updateValueInCommaSeparatedList()
579 newPrefList.append(','); in updateValueInCommaSeparatedList()
[all …]