Searched defs:MILLIS_PER_MINUTE (Results 1 – 9 of 9) sorted by relevance
11 public static final long MILLIS_PER_MINUTE = MILLIS_PER_SECOND * 60; field in DateConstants
38 public static final int MILLIS_PER_MINUTE = 60*MILLIS_PER_SECOND; field in Grego
40 public static final int MILLIS_PER_MINUTE = 60*MILLIS_PER_SECOND; field in Grego
348 private static final int MILLIS_PER_MINUTE = 60 * 1000; field in TimeZoneFormat
384 private static final int MILLIS_PER_MINUTE = 60 * 1000; field in TimeZoneFormat
66 public static final long MILLIS_PER_MINUTE = 60 * MILLIS_PER_SECOND; field in DateUtils
126 static const int32_t MILLIS_PER_MINUTE = 60 * 1000; variable
127 static const int32_t MILLIS_PER_MINUTE = 60 * 1000; variable