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