Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DHashedStringCache.java51 private static final long DAYS_TO_MILLIS = 1000 * 60 * 60 * 24; field in HashedStringCache
142 return delta >= saltExpirationDays * DAYS_TO_MILLIS || delta < 0; in checkNeedsNewSalt()