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.java2757 final String curICUVersion = getDeviceIcuVersion(); in needsToUpdateLocaleData()
2768 private static String getDeviceIcuVersion() { in getDeviceIcuVersion() method in ContactsDatabaseHelper
2775 + " (ICU v" + getDeviceIcuVersion() + ")"); in upgradeLocaleData()
2793 PropertyUtils.setProperty(db, DbProperties.ICU_VERSION, getDeviceIcuVersion()); in rebuildLocaleData()
2807 + " (ICU v" + getDeviceIcuVersion() + ")"); in setLocale()