Searched refs:MS_PER_DAY (Results 1 – 1 of 1) sorted by relevance
262 if (timeLeft > MS_PER_DAY) { in onReportProgress()264 (timeLeft + MS_PER_DAY - 1) / MS_PER_DAY) in onReportProgress()997 private final static long MS_PER_DAY = 24 * 60 * 60 * 1000; field in DownloaderActivity