Home
last modified time | relevance | path

Searched refs:activeWarning (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DMultipathPolicyTracker.java310 final long activeWarning = getActiveWarning(policy, cycleStart); in getUserPolicyOpportunisticQuotaBytes() local
311 final long policyBytes = (activeWarning == WARNING_DISABLED) in getUserPolicyOpportunisticQuotaBytes()
313 : activeWarning; in getUserPolicyOpportunisticQuotaBytes()