Searched refs:PROFILE_OFF_DEADLINE (Results 1 – 1 of 1) sorted by relevance
224 private static final long PROFILE_OFF_DEADLINE = PROFILE_OFF_START + PROFILE_OFF_TIMEOUT; field in DevicePolicyManagerTest7160 verify(getServices().alarmManager, times(1)).set(anyInt(), eq(PROFILE_OFF_DEADLINE), any()); in testMaximumProfileTimeOff_profileOffTimeExceeded()7171 dpms.mMockInjector.setSystemCurrentTimeMillis(PROFILE_OFF_DEADLINE + 10); in testMaximumProfileTimeOff_profileOffTimeExceeded()7251 dpms.mMockInjector.setSystemCurrentTimeMillis(PROFILE_OFF_DEADLINE + 10); in testMaximumProfileTimeOff_turnOnAfterDeadline()