Searched refs:EPOCH_PLUS_30_YEARS (Results 1 – 2 of 2) sorted by relevance
76 private static final long EPOCH_PLUS_30_YEARS = 30L * 365 * 24 * 60 * 60 * 1000L; // 30 years field in UserManagerTest1105 if (System.currentTimeMillis() > EPOCH_PLUS_30_YEARS) { in testGetManagedProfileCreationTime()
288 private static final long EPOCH_PLUS_30_YEARS = 30L * 365 * 24 * 60 * 60 * 1000L; // ms field in UserManagerService5179 return (now > EPOCH_PLUS_30_YEARS) ? now : 0;6306 if (now > EPOCH_PLUS_30_YEARS) {