Home
last modified time | relevance | path

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

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
DCommandHandler.java65 Intent intent = new Intent(context, SystemAlarmService.class); in createScheduleWorkIntent()
72 Intent intent = new Intent(context, SystemAlarmService.class); in createDelayMetIntent()
79 Intent intent = new Intent(context, SystemAlarmService.class); in createStopWorkIntent()
86 Intent intent = new Intent(context, SystemAlarmService.class); in createConstraintsChangedIntent()
92 Intent intent = new Intent(context, SystemAlarmService.class); in createRescheduleIntent()
103 Intent intent = new Intent(context, SystemAlarmService.class); in createExecutionCompletedIntent()
DSystemAlarmService.java32 public class SystemAlarmService extends LifecycleService class
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
DSchedulersTest.java34 import androidx.work.impl.background.systemalarm.SystemAlarmService;
84 assertThat(isComponentExplicitlyEnabled(mAppContext, SystemAlarmService.class), in assertServicesEnabled()
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
DSchedulers.java30 import androidx.work.impl.background.systemalarm.SystemAlarmService;
138 setComponentEnabled(context, SystemAlarmService.class, enableSystemAlarmService); in createBestAvailableBackgroundScheduler()