Searched refs:getTransitions (Results 1 – 4 of 4) sorted by relevance
149 mTransitions = delegate.getTransitions(); in ZoneInfo()162 long[] transitions = mDelegate.getTransitions(); in readObject()
43 assertEquals(Collections.emptyList(), zoneRules.getTransitions()); in test_of_ZoneOffset()
293 List<ZoneOffsetTransition> trans = test.getTransitions(); in test_London_getTransitions()399 List<ZoneOffsetTransition> trans = test.getTransitions(); in test_London_nextTransition_historic()416 List<ZoneOffsetTransition> trans = test.getTransitions(); in test_London_nextTransition_rulesBased()444 List<ZoneOffsetTransition> trans = test.getTransitions(); in test_London_previousTransition_historic()463 List<ZoneOffsetTransition> trans = test.getTransitions(); in test_London_previousTransition_rulesBased()882 List<ZoneOffsetTransition> trans = test.getTransitions(); in test_Kathmandu_nextTransition_historic()898 List<ZoneOffsetTransition> trans = test.getTransitions(); in test_Kathmandu_nextTransition_noRules()913 List<ZoneOffsetTransition> trans = test.getTransitions(); in test_Apia_nextTransition_historic()969 test.getTransitions().clear(); in test_getTransitions_immutable()
943 public List<ZoneOffsetTransition> getTransitions() { in getTransitions() method in ZoneRules