Searched refs:MIN_PERIODIC_INTERVAL_MINUTES (Results 1 – 2 of 2) sorted by relevance
28 import static com.android.adservices.shared.spe.JobServiceConstants.MIN_PERIODIC_INTERVAL_MINUTES;150 if (periodicIntervalMs < MILLISECONDS_PER_MINUTE * MIN_PERIODIC_INTERVAL_MINUTES) { in enforceJobPolicyValidity()
91 public static final long MIN_PERIODIC_INTERVAL_MINUTES = 15; field in JobServiceConstants