Searched refs:newProp (Results 1 – 1 of 1) sorted by relevance
563 List<String> newProp = new ArrayList<>( in updateLocale() local565 while (newProp.size() <= phoneId) newProp.add(null); in updateLocale()566 newProp.set(phoneId, mCurrentCountryIso); in updateLocale()567 TelephonyProperties.operator_iso_country(newProp); in updateLocale()