/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/provision/worker/ |
D | ReportDeviceProvisionStateWorkerTest.java | 148 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleNextProvisionFailedStepAlarm(); in doWork_responseHasFatalError_returnFailureAndNotLogged() 184 verify(mTestApp.getDeviceLockControllerScheduler(), never()) in doWork_mandatory_doesNotSendNotificationOrScheduleAlarm() 200 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleNextProvisionFailedStepAlarm(); in doWork_deferred_retryState_schedulesAlarm() 221 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleNextProvisionFailedStepAlarm(); in doWork_deferred_dismissibleUiState_schedulesAlarmAndSendsNotification() 251 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleNextProvisionFailedStepAlarm(); in doWork_deferred_persistentUiState_schedulesAlarmAndSendsOngoingNotification() 280 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleResetDeviceAlarm(); in doWork_deferred_factoryResetState_schedulesResetDeviceAlarm()
|
D | DeviceCheckInWorkerTest.java | 192 .getDeviceLockControllerScheduler(); in checkIn_allInfoAvailable_checkInResponseHasNonRecoverableError_failAndLogCheckIn()
|
D | DeviceCheckInHelperTest.java | 136 mScheduler = mTestApplication.getDeviceLockControllerScheduler(); in setUp()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/schedule/ |
D | DeviceLockControllerSchedulerProvider.java | 28 DeviceLockControllerScheduler getDeviceLockControllerScheduler(); in getDeviceLockControllerScheduler() method
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/receivers/ |
D | TimeChangedBroadcastReceiverTest.java | 49 verify(mTestApp.getDeviceLockControllerScheduler()).notifyTimeChanged(); in onReceive_shouldNotifySchedulerTimeChanged()
|
D | LockedBootCompletedReceiverTest.java | 53 mScheduler = mTestApplication.getDeviceLockControllerScheduler(); in setUp()
|
D | CheckInBootCompletedReceiverTest.java | 64 mScheduler = mTestApp.getDeviceLockControllerScheduler(); in setUp()
|
D | WorkFailureAlarmReceiverTest.java | 72 mScheduler = mTestApp.getDeviceLockControllerScheduler(); in setUp()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/receivers/ |
D | TimeChangedBroadcastReceiver.java | 53 schedulerProvider.getDeviceLockControllerScheduler().notifyTimeChanged(); in onReceive()
|
D | CheckInBootCompletedReceiver.java | 74 schedulerProvider.getDeviceLockControllerScheduler(); in onReceive()
|
D | LockedBootCompletedReceiver.java | 81 schedulerProvider.getDeviceLockControllerScheduler(); in onReceive()
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/ |
D | ProvisionHelperImplTest.java | 449 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in installKiosk_whenInstallationFailsAndIsMandatory_thenReportFailure() 479 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleMandatoryResetDeviceAlarm(); in installKiosk_whenInstallationFailsAndIsMandatory_thenSetResetTimer() 590 verify(mTestApp.getDeviceLockControllerScheduler()).scheduleResumeProvisionAlarm(); in pauseProvision_thenScheduleResume() 618 verify(mTestApp.getDeviceLockControllerScheduler(), never()).scheduleResumeProvisionAlarm(); in pauseProvision_withException_thenNotScheduleResume()
|
D | DevicePolicyControllerImplTest.java | 385 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()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/ |
D | DeviceCheckInWorker.java | 80 schedulerProvider.getDeviceLockControllerScheduler(); in startWork()
|
D | ReportDeviceProvisionStateWorker.java | 175 schedulerProvider.getDeviceLockControllerScheduler(); in startWork()
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/ |
D | TestDeviceLockControllerApplication.java | 156 public DeviceLockControllerScheduler getDeviceLockControllerScheduler() { in getDeviceLockControllerScheduler() method in TestDeviceLockControllerApplication
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/ |
D | DeviceLockControllerApplication.java | 164 public synchronized DeviceLockControllerScheduler getDeviceLockControllerScheduler() { in getDeviceLockControllerScheduler() method in DeviceLockControllerApplication
|
D | WorkManagerExceptionHandler.java | 149 schedulerProvider.getDeviceLockControllerScheduler(); in getCheckInFuture()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/debug/ |
D | DeviceLockCommandReceiver.java | 318 schedulerProvider.getDeviceLockControllerScheduler(); in tryCheckIn()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/ |
D | ProvisionHelperImpl.java | 128 mScheduler = schedulerProvider.getDeviceLockControllerScheduler(); in ProvisionHelperImpl()
|
D | DevicePolicyControllerImpl.java | 202 schedulerProvider.getDeviceLockControllerScheduler();
|