Searched refs:STANDARD_TIME (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/ |
D | SimpleTimeZoneTest.java | 116 Calendar.MARCH, 2, Calendar.SUNDAY, 7200000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_StandardTime() 117 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 3600000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_StandardTime() 152 Calendar.MARCH, 9, 0, 7200000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_9thMarch_2ndNovember_StandardTime() 153 Calendar.NOVEMBER, 2, 0, 3600000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_9thMarch_2ndNovember_StandardTime()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | SimpleTimeZoneTest.java | 174 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 175 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 180 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 183 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 190 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 191 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 196 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
|
/libcore/ojluni/src/main/java/java/util/ |
D | SimpleTimeZone.java | 1223 public static final int STANDARD_TIME = 1; field in SimpleTimeZone 1538 case STANDARD_TIME -> endTime += dstSavings; in makeRulesCompatible()
|
/libcore/api/ |
D | current.txt | 14918 field public static final int STANDARD_TIME = 1; // 0x1
|