Home
last modified time | relevance | path

Searched refs:MS_PER_DAY (Results 1 – 1 of 1) sorted by relevance

/external/quake/src/com/android/quake/
DDownloaderActivity.java262 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