Searched refs:PROFILE_OFF_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
253 private static final long PROFILE_OFF_TIMEOUT = TimeUnit.DAYS.toMillis(5); field in DevicePolicyManagerTest258 PROFILE_OFF_START + PROFILE_OFF_TIMEOUT - TimeUnit.DAYS.toMillis(1);260 private static final long PROFILE_OFF_DEADLINE = PROFILE_OFF_START + PROFILE_OFF_TIMEOUT;7392 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_profileOffTimeExceeded()7453 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnBeforeWarning()7474 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterWarning()7505 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterDeadline()