Searched defs:MINUTE_IN_MILLIS (Results 1 – 4 of 4) sorted by relevance
59 private static final long MINUTE_IN_MILLIS = 60 * SECOND_IN_MILLIS; field in StateControllerTest
67 private static final long MINUTE_IN_MILLIS = 60 * SECOND_IN_MILLIS; field in TimeControllerTest
99 private static final long MINUTE_IN_MILLIS = 60 * SECOND_IN_MILLIS; field in QuotaControllerTest
54 public static final long MINUTE_IN_MILLIS = SECOND_IN_MILLIS * 60; field in DateUtils