Home | History | Annotate | Download | only in command

Lines Matching refs:hrs

1739         long hrs = duration / (60 * 60);
1741 if (hrs > 0) {
1742 time = String.format("%dh:%02d:%02d", hrs, mins, secs);