Searched refs:DAYS_TO_MSEC (Results 1 – 1 of 1) sorted by relevance
51 private static final long DAYS_TO_MSEC = 24 * 60 * 60 * 1000; field in Policy388 long result = mPasswordExpirationDays * DAYS_TO_MSEC; in getDPManagerPasswordExpirationTimeout()