Searched defs:getTimeZone (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTimeUtils.java60 public static TimeZone getTimeZone(int offset, boolean dst, long when, String country) { method in class:TimeUtils
189 TimeZone tz = TimeZone.getTimeZone(zoneIdString);
194 Log.d(TAG, "getTimeZone('" + country + "'): found tz.getID=="
202 Log.e(TAG, "Got xml parser exception getTimeZone('" + country + "'): e=", e);
204 Log.e(TAG, "Got IO exception getTimeZone('" + country + "'): e=", e);

Completed in 209 milliseconds