Searched defs:timeZoneNames (Results 1 – 3 of 3) sorted by relevance
26 val timeZoneNames: Array<CharSequence> constant in com.android.deskclock.data.TimeZones
311 val timeZoneNames: Array<String> = resources.getStringArray(R.array.timezone_labels) in getTimeZones() constant
155 final TimeZoneNames timeZoneNames = mTimeZoneFormat.getTimeZoneNames(); in format() local173 Locale locale, TimeZoneNames timeZoneNames, String canonicalZoneId, Date now, in getTzNameForListDisplay()