HomeSort by relevance Sort by last modified time
    Searched refs:timezones (Results 1 - 5 of 5) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
TimezoneAdapter.java 38 * easily display a list of timezones for users to choose from. In addition, it
40 * timezones (one user-provided, the device timezone, and two recent timezones),
163 /** The delimiter we use when serializing recent timezones to shared preferences */
166 /** The maximum number of recent timezones to save */
170 * Static cache of all known timezones, mapped to their string IDs. This is
188 * used timezones.
218 * Populates the adapter with an initial list of timezones (one
219 * user-provided, the device timezone, and two recent timezones), which can
228 // also to maintain the insertion order of the timezones
275 List<TimezoneRow> timezones = new ArrayList<TimezoneRow>(sTimezones.values()); local
337 List<TimezoneRow> timezones = new ArrayList<TimezoneRow>(sTimezones.values()); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ZoneList.java 161 XmlResourceParser xrp = getResources().getXml(R.xml.timezones);
184 Log.e(TAG, "Ill-formatted timezones.xml file");
186 Log.e(TAG, "Unable to read timezones.xml file");
  /external/v8/test/mjsunit/
date-parse.js 132 // test a few formats for each of the timezones.
  /external/chromium/third_party/icu/source/test/intltest/
tztest.cpp     [all...]
  /external/icu4c/test/intltest/
tztest.cpp 121 * On MacOSX 10.5.3 and up, this test fails when TZ is set to certain timezones (e.g. Africa/Dar_es_Salaam)
    [all...]

Completed in 61 milliseconds