Searched refs:timeZoneNames (Results 1 – 2 of 2) sorted by relevance
321 final String[] timeZoneNames = resources.getStringArray(R.array.timezone_labels); in getTimeZones() local324 if (timeZoneIds.length != timeZoneNames.length) { in getTimeZones()327 timeZoneIds.length, timeZoneNames.length, locale); in getTimeZones()335 final String name = timeZoneNames[i].replaceAll("\"", ""); in getTimeZones()
29 TimeZones(CharSequence[] timeZoneIds, CharSequence[] timeZoneNames) { in TimeZones() argument31 mTimeZoneNames = timeZoneNames; in TimeZones()