Searched refs:MILLIS_IN_DAY (Results 1 – 1 of 1) sorted by relevance
31 private static final int MILLIS_IN_DAY = 24 * 60 * 60 * 1000; field in NewestFirstComparator44 mNow = new Date(now.getTime() + MILLIS_IN_DAY); in NewestFirstComparator()