Home
last modified time | relevance | path

Searched refs:MILLIS_PER_MINUTE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/format/
DFormatter.java216 private static final int MILLIS_PER_MINUTE = 1000 * 60; field in Formatter
284 long minutesRoundedUp = (millis + MILLIS_PER_MINUTE - 1) / MILLIS_PER_MINUTE; in formatShortElapsedTimeRoundingUpToMinutes()
293 return formatShortElapsedTime(context, minutesRoundedUp * MILLIS_PER_MINUTE); in formatShortElapsedTimeRoundingUpToMinutes()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt30499 Landroid/icu/text/TimeZoneFormat;->MILLIS_PER_MINUTE:I
70098 Landroid/text/format/Formatter;->MILLIS_PER_MINUTE:I
106580 Ljava/text/SimpleDateFormat;->MILLIS_PER_MINUTE:I