Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java251 private static final long PROFILE_OFF_TIMEOUT = TimeUnit.DAYS.toMillis(5); field in DevicePolicyManagerTest
256 PROFILE_OFF_START + PROFILE_OFF_TIMEOUT - TimeUnit.DAYS.toMillis(1);
258 private static final long PROFILE_OFF_DEADLINE = PROFILE_OFF_START + PROFILE_OFF_TIMEOUT;
7410 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_profileOffTimeExceeded()
7471 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnBeforeWarning()
7492 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterWarning()
7523 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterDeadline()