Home | History | Annotate | Download | only in util

Lines Matching defs:STANDARD_TIME

47     public static final int STANDARD_TIME = 1;
148 * The mode specifies either {@link #WALL_TIME} or {@link #STANDARD_TIME}
1347 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule.STANDARD_TIME :
1374 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule.STANDARD_TIME :