Searched defs:getMinFlexMillis (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/job/
H A DJobInfo.java139 public static final long getMinFlexMillis() { method in class:JobInfo
431 long clampedFlex = Math.max(flexMillis, Math.max(percentClamp, getMinFlexMillis()));
1046 * {@link #getMinFlexMillis()} or 5 percent of the period, whichever is

Completed in 8 milliseconds