Searched refs:createScheduleWorkIntent (Results 1 – 4 of 4) sorted by relevance
63 Intent scheduleIntent = CommandHandler.createScheduleWorkIntent(mContext, workSpec.id); in scheduleWorkSpec()
178 Intent reschedule = CommandHandler.createScheduleWorkIntent(mContext, in stopWork()
64 static Intent createScheduleWorkIntent(@NonNull Context context, @NonNull String workSpecId) { in createScheduleWorkIntent() method in CommandHandler
166 final Intent intent = CommandHandler.createScheduleWorkIntent(mContext, workSpecId); in testSchedule()255 final Intent scheduleWork = CommandHandler.createScheduleWorkIntent(mContext, workSpecId); in testSchedule_withConstraints()