Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java253 private static final long PROFILE_OFF_TIMEOUT = TimeUnit.DAYS.toMillis(5); field in DevicePolicyManagerTest
258 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()