Home
last modified time | relevance | path

Searched refs:hasTimeZone (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/timezone/
DZoneInfoDBTest.java239 assertFalse(data.hasTimeZone("THIS_TZ_DOES_NOT_EXIST")); in testMakeTimeZone_notFound()
246 assertTrue(data.hasTimeZone("Europe/London")); in testMakeTimeZone_found()
/libcore/luni/src/main/java/libcore/timezone/
DZoneInfoDB.java373 public boolean hasTimeZone(String id) throws IOException { in hasTimeZone() method in ZoneInfoDB.TzData
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt1264 method public boolean hasTimeZone(String) throws java.io.IOException;