Home
last modified time | relevance | path

Searched defs:timeZoneNames (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimeZones.kt26 val timeZoneNames: Array<CharSequence> constant in com.android.deskclock.data.TimeZones
DSettingsDAO.kt311 val timeZoneNames: Array<String> = resources.getStringArray(R.array.timezone_labels) in getTimeZones() constant
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DTimeZoneInfo.java155 final TimeZoneNames timeZoneNames = mTimeZoneFormat.getTimeZoneNames(); in format() local
173 Locale locale, TimeZoneNames timeZoneNames, String canonicalZoneId, Date now, in getTzNameForListDisplay()