Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DTimeZoneInfo.java160 .setGenericName(getTzNameForListDisplay(mLocale, timeZoneNames, in format()
162 .setStandardName(getTzNameForListDisplay(mLocale, timeZoneNames, in format()
164 .setDaylightName(getTzNameForListDisplay(mLocale, timeZoneNames, in format()
172 private static String getTzNameForListDisplay( in getTzNameForListDisplay() method in TimeZoneInfo.Formatter