Searched refs:getVersions (Results 1 – 2 of 2) sorted by relevance
140 NavigableMap<String, ZoneRules> versions = ZoneRulesProvider.getVersions("Europe/London"); in test_getVersions_String()148 NavigableMap<String, ZoneRules> versions2 = ZoneRulesProvider.getVersions("Europe/London"); in test_getVersions_String()154 ZoneRulesProvider.getVersions("Europe/Lon"); in test_getVersions_String_unknownId()159 ZoneRulesProvider.getVersions(null); in test_getVersions_String_null()
210 public static NavigableMap<String, ZoneRules> getVersions(String zoneId) { in getVersions() method in ZoneRulesProvider