Searched refs:MILLIS_PER_MINUTE (Results 1 – 2 of 2) sorted by relevance
216 private static final int MILLIS_PER_MINUTE = 1000 * 60; field in Formatter284 long minutesRoundedUp = (millis + MILLIS_PER_MINUTE - 1) / MILLIS_PER_MINUTE; in formatShortElapsedTimeRoundingUpToMinutes()293 return formatShortElapsedTime(context, minutesRoundedUp * MILLIS_PER_MINUTE); in formatShortElapsedTimeRoundingUpToMinutes()
30499 Landroid/icu/text/TimeZoneFormat;->MILLIS_PER_MINUTE:I70098 Landroid/text/format/Formatter;->MILLIS_PER_MINUTE:I106580 Ljava/text/SimpleDateFormat;->MILLIS_PER_MINUTE:I