Searched refs:HOUR_IN_SEC (Results 1 – 2 of 2) sorted by relevance
357 private static final int HOUR_IN_SEC = MIN_IN_SEC*60; field in Chronometer367 if (duration >= HOUR_IN_SEC) { in formatDuration()368 h = duration / HOUR_IN_SEC; in formatDuration()369 duration -= h * HOUR_IN_SEC; in formatDuration()
80943 Landroid/widget/Chronometer;->HOUR_IN_SEC:I