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

/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/
H A DDateTime.java70 Calendar c = new GregorianCalendar(TimeZone.getTimeZone("GMT+0"));
110 public int getTimeZone() { method in class:DateTime
115 System.out.println(getYear() + " " + getMonth() + " " + getDay() + "; " + getHour() + " " + getMinute() + " " + getSecond() + " " + getTimeZone());
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarUtils.java176 tz = getTimeZone(context, null);
269 public String getTimeZone(Context context, Runnable callback) { method in class:CalendarUtils.TimeZoneUtils
313 getTimeZone(context, callback);
H A DUtils.java210 public static String getTimeZone(Context context, Runnable callback) { method in class:Utils
211 return mTZUtils.getTimeZone(context, callback);
1143 Time weekTime = new Time(getTimeZone(context, null));
1174 getTimeZone(context, null);
1298 TimeZone tz = TimeZone.getTimeZone(localTimezone);

Completed in 72 milliseconds