Searched refs:WALL_TIME (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/ |
D | SimpleTimeZoneTest.java | 132 Calendar.MARCH, 2, Calendar.SUNDAY, 7200000, SimpleTimeZone.WALL_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_WallTime() 133 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 7200000, SimpleTimeZone.WALL_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_WallTime() 168 Calendar.MARCH, 9, 0, 7200000, SimpleTimeZone.WALL_TIME, in testDstNewYork2014_9thMarch_2ndNovember_WallTime() 169 Calendar.NOVEMBER, 2, 0, 7200000, SimpleTimeZone.WALL_TIME, in testDstNewYork2014_9thMarch_2ndNovember_WallTime()
|
/libcore/ojluni/src/main/java/java/util/ |
D | SimpleTimeZone.java | 219 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME, in SimpleTimeZone() 220 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME, in SimpleTimeZone() 278 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME, in SimpleTimeZone() 279 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME, in SimpleTimeZone() 391 startTimeMode = WALL_TIME; in setStartRule() 472 this.endTimeMode = WALL_TIME; in setEndRule() 738 if (endTimeMode == WALL_TIME) { in getEnd() 1231 public static final int WALL_TIME = 0; // Zero for backward compatibility field in SimpleTimeZone
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | SimpleTimeZoneTest.java | 177 SimpleTimeZone.WALL_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 178 SimpleTimeZone.WALL_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 193 SimpleTimeZone.WALL_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
|
/libcore/ojluni/src/main/java/java/time/zone/ |
D | IcuZoneRulesProvider.java | 268 case DateTimeRule.WALL_TIME: in toZoneOffsetTransitionRule()
|