package

androidx.work.impl.background.systemalarm

Classes

CommandHandlerThe command handler used by SystemAlarmDispatcher.
ConstraintProxyUpdateReceiverThe BroadcastReceiver responsible for updating constraint proxies.
DelayMetCommandHandlerThis is a command handler which attempts to run a work spec given its id.
RescheduleReceiverReschedules alarms on BOOT_COMPLETED and other similar scenarios.
SystemAlarmDispatcherThe dispatcher used by the background processor which is based on android.app.AlarmManager.
SystemAlarmSchedulerA Scheduler that schedules work using android.app.AlarmManager.
SystemAlarmServiceService invoked by android.app.AlarmManager to run work tasks.