Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 997743d2 authored by Shreyas Basarge's avatar Shreyas Basarge Committed by Android (Google) Code Review
Browse files

Merge "Documentation for flex field" into nyc-dev

parents c4bf6e43 9e6d588c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -254,7 +254,8 @@ public class JobInfo implements Parcelable {
    }

    /**
     * Flex time for this job. Only valid if this is a periodic job.
     * Flex time for this job. Only valid if this is a periodic job.  The job can
     * execute at any time in a window of flex length at the end of the period.
     */
    public long getFlexMillis() {
        long interval = getIntervalMillis();