Searched refs:newPrefList (Results 1 – 1 of 1) sorted by relevance
534 final String newPrefList = updateValueInCommaSeparatedList(prefList, in updateLocalePrefForEngine() local537 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() local553 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 …]