Searched refs:MINUTE_IN_MILLIS (Results 1 – 2 of 2) sorted by relevance
53 static final int MINUTE_IN_MILLIS = SECOND_IN_MILLIS * 60; field in AbstractCalendar54 static final int HOUR_IN_MILLIS = MINUTE_IN_MILLIS * 60;251 int minutes = time / MINUTE_IN_MILLIS; in setTimeOfDay()252 time %= MINUTE_IN_MILLIS; in setTimeOfDay()
131 static final int MINUTE_IN_MILLIS = 60000; // 0xea60 field in AbstractCalendar