Home
last modified time | relevance | path

Searched refs:makeTimeZone (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/timezone/
DZoneInfoDBTest.java221 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()
/libcore/ojluni/src/main/java/java/util/
DTimeZone.java579 zone = ZoneInfoDB.getInstance().makeTimeZone(id); in getTimeZone()
/libcore/luni/src/main/java/libcore/timezone/
DZoneInfoDB.java365 public ZoneInfo makeTimeZone(String id) throws IOException { in makeTimeZone() method in ZoneInfoDB.TzData
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt1266 method public libcore.util.ZoneInfo makeTimeZone(String) throws java.io.IOException;