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