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

Commit 0c5bcf1a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE JobInfo experiment" into oc-wear-dev

parents 00122c84 d788e942
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -107,10 +107,10 @@ public class JobInfo implements Parcelable {
    public static final int BACKOFF_POLICY_EXPONENTIAL = 1;

    /* Minimum interval for a periodic job, in milliseconds. */
    private static final long MIN_PERIOD_MILLIS = 15 * 60 * 1000L;   // 15 minutes
    private static final long MIN_PERIOD_MILLIS = 30 * 60 * 1000L;   // HACK|STOPSHIP:ewol 30 minutes

    /* Minimum flex for a periodic job, in milliseconds. */
    private static final long MIN_FLEX_MILLIS = 5 * 60 * 1000L; // 5 minutes
    private static final long MIN_FLEX_MILLIS = 10 * 60 * 1000L; // HACK|STOPSHIP:ewol 10 minutes

    /**
     * Minimum backoff interval for a job, in milliseconds