Searched refs:minAllowedTimeMs (Results 1 – 1 of 1) sorted by relevance
3913 long minAllowedTimeMs = Long.MAX_VALUE; in updateExecutionPeriodConstantsLocked() local3916 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeExemptedMs); in updateExecutionPeriodConstantsLocked()3923 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeActiveMs); in updateExecutionPeriodConstantsLocked()3930 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeWorkingMs); in updateExecutionPeriodConstantsLocked()3937 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeFrequentMs); in updateExecutionPeriodConstantsLocked()3944 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeRareMs); in updateExecutionPeriodConstantsLocked()3951 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeRestrictedMs); in updateExecutionPeriodConstantsLocked()3958 long newQuotaBufferMs = Math.max(0, Math.min(minAllowedTimeMs, in updateExecutionPeriodConstantsLocked()