Searched defs:HOUR_IN_SEC (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DChronometer.java352 private static final int HOUR_IN_SEC = MIN_IN_SEC*60; field in class:Chronometer
362 if (duration >= HOUR_IN_SEC) {
363 h = duration / HOUR_IN_SEC;
364 duration -= h * HOUR_IN_SEC;

Completed in 63 milliseconds