Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/schedule/
DDeviceLockControllerScheduler.java85 void scheduleMandatoryResetDeviceAlarm(); in scheduleMandatoryResetDeviceAlarm() method
DDeviceLockControllerSchedulerImpl.java416 public void scheduleMandatoryResetDeviceAlarm() {
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DDevicePolicyControllerImplTest.java385 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in getLaunchIntent_withUnProvisionState_forCriticalFailure_shouldHaveExpectedIntent()
406 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in getLaunchIntent_withProvisionPausedState_forCriticalFailure_shouldHaveExpectedIntent()
427 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in getLaunchIntent_withProvisionSucceededSt_forCriticalFailure_shouldHaveExpectedIntent()
448 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in getLaunchIntent_withKioskProvisionedState_forCriticalFailure_shouldHaveExpectedIntent()
469 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in getLaunchIntent_withProvisionFailedState_forCriticalFailure_shouldHaveExpectedIntent()
491 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in getLaunchIntent_withProvisionInProgressSt_forCriticalFailure_shouldHaveExpectedIntent()
DProvisionHelperImplTest.java449 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in installKiosk_whenInstallationFailsAndIsMandatory_thenReportFailure()
479 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in installKiosk_whenInstallationFailsAndIsMandatory_thenSetResetTimer()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DProvisionHelperImpl.java357 mScheduler.scheduleMandatoryResetDeviceAlarm(); in handleFailure()
DDevicePolicyControllerImpl.java204 scheduler.scheduleMandatoryResetDeviceAlarm();