/frameworks/base/core/res/res/xml/ |
preferred_time_zones.xml | 20 <timezones> 25 </timezones>
|
/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 335 List<TimezoneRow> timezones = new ArrayList<TimezoneRow>(sTimezones.values()); local [all...] |
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
system_settings_provider.h | 33 // Creates the map of timezones used by the options page. 51 // One timezone could have multiple timezones, 58 // Timezones.
|
system_settings_provider.cc | 30 // TODO(jungshik): Using Enumerate method in ICU gives 600+ timezones. 154 // resource keys for timezones use ':' in place of '/'. 168 // Depending on timezones, keeping all but the 1st component 261 // Some timezones have a non-integral hour offset. So, we need to 266 // TODO(jungshik): When coming up with a better list of timezones, we also 273 // multiple timezones with the same "LONG" name but with different
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DateTest.java | 87 // Timezones 94 static String[] TIMEZONES = { TZ_LONDON, TZ_PACIFIC, TZ_JAPAN }; 237 // Loop through the timezones testing the String conversion for each 238 for (int i = 0; i < TIMEZONES.length; i++) { 239 testToString(TIMEZONES[i], TIME_ARRAY, SQL_TZ_DATEARRAYS[i]); 265 // Loop over the array of test timezones 266 for (int i = 0; i < TIMEZONES.length; i++) { 267 testSetTimelong(TIMEZONES[i], SQL_TZ_DATEARRAYS[i]);
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoSystemFunctionPermissionTest.java | 66 String[] timeZones = TimeZone.getAvailableIDs(); 67 String timeZone = timeZones[0];
|
/packages/apps/Settings/res/xml/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-ar/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-bg/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-de/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-el/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-fa/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-he/ |
timezones.xml | 0 <timezones> 85 </timezones>
|
/packages/apps/Settings/res/xml-hr/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-id/ |
timezones.xml | 0 <timezones> 85 </timezones>
|
/packages/apps/Settings/res/xml-in/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-it/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-iw/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-ja/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-ko/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-lv/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-pl/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-rm/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-ru/ |
timezones.xml | 0 <timezones> 86 </timezones>
|
/packages/apps/Settings/res/xml-sk/ |
timezones.xml | 0 <timezones> 86 </timezones>
|