Home
last modified time | relevance | path

Searched refs:getDeviceIcuVersion (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java2732 final String curICUVersion = getDeviceIcuVersion(); in needsToUpdateLocaleData()
2743 private static String getDeviceIcuVersion() { in getDeviceIcuVersion() method in ContactsDatabaseHelper
2750 + " (ICU v" + getDeviceIcuVersion() + ")"); in upgradeLocaleData()
2769 PropertyUtils.setProperty(db, DbProperties.ICU_VERSION, getDeviceIcuVersion()); in rebuildLocaleData()
2783 + " (ICU v" + getDeviceIcuVersion() + ")"); in setLocale()