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.java2675 final String curICUVersion = getDeviceIcuVersion(); in needsToUpdateLocaleData()
2686 private static String getDeviceIcuVersion() { in getDeviceIcuVersion() method in ContactsDatabaseHelper
2693 + " (ICU v" + getDeviceIcuVersion() + ")"); in upgradeLocaleData()
2712 PropertyUtils.setProperty(db, DbProperties.ICU_VERSION, getDeviceIcuVersion()); in rebuildLocaleData()
2726 + " (ICU v" + getDeviceIcuVersion() + ")"); in setLocale()