Searched refs:MS_PER_MINUTE (Results 1 – 1 of 1) sorted by relevance
272 } else if (timeLeft > MS_PER_MINUTE) { in onReportProgress()274 (timeLeft + MS_PER_MINUTE - 1) / MS_PER_MINUTE) in onReportProgress()995 private final static long MS_PER_MINUTE = 60 * 1000; field in DownloaderActivity