Searched refs:makeTimeZone (Results 1 – 4 of 4) sorted by relevance
221 ZoneInfo first = data.makeTimeZone(tzId); in testMakeTimeZone_timeZoneMutability()222 ZoneInfo second = data.makeTimeZone(tzId); in testMakeTimeZone_timeZoneMutability()238 assertNull(data.makeTimeZone("THIS_TZ_DOES_NOT_EXIST")); in testMakeTimeZone_notFound()245 assertNotNull(data.makeTimeZone("Europe/London")); in testMakeTimeZone_found()
579 zone = ZoneInfoDB.getInstance().makeTimeZone(id); in getTimeZone()
365 public ZoneInfo makeTimeZone(String id) throws IOException { in makeTimeZone() method in ZoneInfoDB.TzData
1266 method public libcore.util.ZoneInfo makeTimeZone(String) throws java.io.IOException;