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

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCalendarInteractionUtils.java105 * @param tz The time zone to convert this time to.
107 private static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) { argument
113 recycle.timezone = tz;
117 public static long convertAlldayLocalToUTC(Time recycle, long localTime, String tz) { argument
121 recycle.timezone = tz;
179 String tz;
181 tz = Time.TIMEZONE_UTC;
183 tz = Time.getCurrentTimezone();
189 tz).toString();
/packages/apps/Settings/src/com/android/settings/
H A DDateTimeSettings.java393 public static String getTimeZoneText(TimeZone tz, boolean includeName) { argument
398 gmtFormatter.setTimeZone(tz);
414 zoneNameFormatter.setTimeZone(tz);
H A DZonePicker.java63 public void onZoneSelected(TimeZone tz); argument
125 * @param tz TimeZone to be searched.
129 public static int getTimeZoneIndex(SimpleAdapter adapter, TimeZone tz) { argument
130 final String defaultId = tz.getID();
271 final TimeZone tz = TimeZone.getTimeZone(olsonId);
279 mZoneNameFormatter.setTimeZone(tz);
290 map.put(KEY_GMT, DateTimeSettings.getTimeZoneText(tz, false));
291 map.put(KEY_OFFSET, tz.getOffset(mNow.getTime()));
308 final TimeZone tz = TimeZone.getTimeZone(tzId);
310 mListener.onZoneSelected(tz);
[all...]
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DUtilsTests.java154 private void setTimezone(String tz) { argument
155 timezoneUtils.setTimeZone(dbUtils.getContext(), tz);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java210 * @param tz The time zone this view should reference times in
212 public void setWeekParams(HashMap<String, Integer> params, String tz) { argument
217 mTimeZone = tz;
247 Time time = new Time(tz);
277 Time today = new Time(tz);
H A DMonthWeekEventsView.java490 public void setWeekParams(HashMap<String, Integer> params, String tz) { argument
491 super.setWeekParams(params, tz);
497 updateToday(tz);
519 * @param tz
521 public boolean updateToday(String tz) { argument
522 mToday.timezone = tz;
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java267 * tz will be ignored.
735 * @param tz The time zone to convert this time to.
737 public static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) { argument
743 recycle.timezone = tz;
747 public static long convertAlldayLocalToUTC(Time recycle, long localTime, String tz) { argument
751 recycle.timezone = tz;
762 * @param tz The time zone to convert this time to.
764 public static long getNextMidnight(Time recycle, long theTime, String tz) { argument
768 recycle.timezone = tz;
1483 TimeZone tz
[all...]
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java343 * @param tz a TimeZone the time zone in which we're looking for transitions
349 static GregorianCalendar findTransitionDate(TimeZone tz, long startTime, argument
358 boolean inDaylightTime = tz.inDaylightTime(date);
372 GregorianCalendar calendar = new GregorianCalendar(tz);
380 * @param tz the TimeZone
383 static public String timeZoneToTziString(TimeZone tz) { argument
384 String tziString = sTziStringCache.get(tz);
387 LogUtils.d(TAG, "TZI string for " + tz.getDisplayName() +
392 tziString = timeZoneToTziStringImpl(tz);
393 sTziStringCache.put(tz, tziStrin
548 getDSTCalendars(TimeZone tz, GregorianCalendar[] toDaylightCalendars, GregorianCalendar[] toStandardCalendars) argument
593 writeNoDST(SimpleIcsWriter writer, TimeZone tz, String offsetString) argument
609 timeZoneToVTimezone(TimeZone tz, SimpleIcsWriter writer) argument
700 timeZoneToTziStringImpl(TimeZone tz) argument
966 millisToEasDateTime(long millis, TimeZone tz, boolean withTime) argument
1026 transitionMillisToVCalendarTime(long millis, TimeZone tz, boolean dst) argument
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 606 milliseconds