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