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 | 220 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME, in SimpleTimeZone() 221 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME, in SimpleTimeZone() 279 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME, in SimpleTimeZone() 280 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME, in SimpleTimeZone() 392 startTimeMode = WALL_TIME; in setStartRule() 473 this.endTimeMode = WALL_TIME; in setEndRule() 728 if (endTimeMode == WALL_TIME) { in getEnd() 1217 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/api/ |
D | current.txt | 14486 field public static final int WALL_TIME = 0; // 0x0
|