Home
last modified time | relevance | path

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

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
DSystemAlarmScheduler.java63 Intent scheduleIntent = CommandHandler.createScheduleWorkIntent(mContext, workSpec.id); in scheduleWorkSpec()
DDelayMetCommandHandler.java178 Intent reschedule = CommandHandler.createScheduleWorkIntent(mContext, in stopWork()
DCommandHandler.java64 static Intent createScheduleWorkIntent(@NonNull Context context, @NonNull String workSpecId) { in createScheduleWorkIntent() method in CommandHandler
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/background/systemalarm/
DSystemAlarmDispatcherTest.java166 final Intent intent = CommandHandler.createScheduleWorkIntent(mContext, workSpecId); in testSchedule()
255 final Intent scheduleWork = CommandHandler.createScheduleWorkIntent(mContext, workSpecId); in testSchedule_withConstraints()