Home | History | Annotate | Download | only in data

Lines Matching refs:hours

32      * Format "7 hours 52 minutes 14 seconds remaining"
42 final int hours;
47 // Wind back and fix the hours and minutes as needed.
53 hours = roundedHours;
56 hours = roundedHours;
61 hours = roundedHours;
67 hours = roundedHours;
72 final String hourSeq = Utils.getNumberFormattedQuantityString(context, R.plurals.hours,
73 hours);
78 final String remainingSuffix = context.getString((minutes > 1 || hours > 1 || seconds > 1)
82 final boolean showHours = hours > 0;