Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/util/
DZoneInfoDBTest.java234 assertFalse(data.hasTimeZone("THIS_TZ_DOES_NOT_EXIST")); in testMakeTimeZone_notFound()
240 assertTrue(data.hasTimeZone("Europe/London")); in testMakeTimeZone_found()
/libcore/luni/src/main/java/libcore/util/
DZoneInfoDB.java360 public boolean hasTimeZone(String id) throws IOException { in hasTimeZone() method in ZoneInfoDB.TzData