HomeSort by relevance Sort by last modified time
    Searched refs:makeTimeZone (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/test/java/libcore/util/
ZoneInfoDBTest.java 84 ZoneInfo first = data.makeTimeZone(tzId);
85 ZoneInfo second = data.makeTimeZone(tzId);
100 assertNull(data.makeTimeZone("THIS_TZ_DOES_NOT_EXIST"));
106 assertNotNull(data.makeTimeZone("Europe/London"));
ZoneInfoTest.java 365 ZoneInfo zoneInfo = ZoneInfo.makeTimeZone(id, bufferIterator, Long.MIN_VALUE);
467 return ZoneInfo.makeTimeZone("TimeZone for '" + name + "'",
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 79 return ZoneInfo.makeTimeZone(id, it);
252 public ZoneInfo makeTimeZone(String id) throws IOException {
ZoneInfo.java 46 * implementations. See {@link ZoneInfo#makeTimeZone(String, BufferIterator)}.
118 * future) and stored in a file from which {@link ZoneInfo#makeTimeZone(String, BufferIterator)}
181 public static ZoneInfo makeTimeZone(String id, BufferIterator it) {
182 return makeTimeZone(id, it, System.currentTimeMillis());
188 public static ZoneInfo makeTimeZone(String id, BufferIterator it, long currentTimeMillis) {
    [all...]
  /libcore/ojluni/src/main/java/java/util/
TimeZone.java 567 zone = ZoneInfoDB.getInstance().makeTimeZone(id);
  /frameworks/base/core/java/android/text/format/
Time.java     [all...]

Completed in 356 milliseconds