Searched refs:MILLISECONDS_PER_MINUTE (Results 1 – 3 of 3) sorted by relevance
22 import static com.android.adservices.shared.spe.JobServiceConstants.MILLISECONDS_PER_MINUTE;381 long executionFrequencyInMs = 2000L * MILLISECONDS_PER_MINUTE; in testLogJobStatsHelper()396 (int) (executionFrequencyInMs / MILLISECONDS_PER_MINUTE)) in testLogJobStatsHelper()411 long executionFrequencyInMs = (1L + Integer.MAX_VALUE) * MILLISECONDS_PER_MINUTE; in testLogJobStatsHelper_overflowValues()
88 public static final int MILLISECONDS_PER_MINUTE = 60 * 1000; field in JobServiceConstants
32 import static com.android.adservices.shared.spe.JobServiceConstants.MILLISECONDS_PER_MINUTE;358 ? executionPeriodMs / MILLISECONDS_PER_MINUTE in logJobStatsHelper()