Searched defs:tz (Results 1 - 8 of 8) 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 DZonePicker.java54 void onZoneSelected(TimeZone tz); argument
107 * @param tz TimeZone to be searched.
111 public static int getTimeZoneIndex(SimpleAdapter adapter, TimeZone tz) { argument
112 final String defaultId = tz.getID();
220 final TimeZone tz = TimeZone.getTimeZone(tzId);
222 mListener.onZoneSelected(tz);
/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/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 532 milliseconds