Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DGeneralPreferences.java129 private String mTimeZoneId; field in GeneralPreferences
177 mTimeZoneId = Utils.getTimeZone(activity, null); in onCreate()
186 mTimeZoneId = prefs.getString(KEY_HOME_TZ, Time.getCurrentTimezone()); in onCreate()
200 CharSequence timezoneName = mTzPickerUtils.getGmtDisplayName(getActivity(), mTimeZoneId, in onCreate()
202 mHomeTZ.setSummary(timezoneName != null ? timezoneName : mTimeZoneId); in onCreate()
296 tz = mTimeZoneId; in onPreferenceChange()
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DCitiesFile.java52 private final String mTimeZoneId; field in CitiesFile.City
60 this.mTimeZoneId = timeZoneId; in City()
80 return mTimeZoneId; in getTimeZoneId()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DSettingsDAO.kt335 tzIds[i] = descriptor!!.mTimeZoneId in getTimeZones()
355 val mTimeZoneId: String, constant
363 val tz = TimeZone.getTimeZone(mTimeZoneId)