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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowZoneGetter.java43 TimeZone tz, CharSequence gmtOffsetText, CharSequence displayName, int offsetMillis) {
45 map.put(ZoneGetter.KEY_ID, tz.getID());
42 createDisplayEntry( TimeZone tz, CharSequence gmtOffsetText, CharSequence displayName, int offsetMillis) argument
/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/DeskClock/src/com/android/deskclock/data/
H A DCity.java57 City(String id, int index, String indexString, String name, String phoneticName, TimeZone tz) { argument
63 mTimeZone = tz;
107 "City {id=%s, index=%d, indexString=%s, name=%s, phonetic=%s, tz=%s}",
/packages/apps/Settings/src/com/android/settings/datetime/
H A DZonePicker.java126 * @param tz TimeZone to be searched.
130 public static int getTimeZoneIndex(SimpleAdapter adapter, TimeZone tz) { argument
131 final String defaultId = tz.getID();
/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 278 milliseconds