Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeEventLoggerFake.java120 byte[] policyBytes = mChanges.get(i).getDNDPolicyProto(); in getPolicyProto()
121 if (policyBytes == null) { in getPolicyProto()
125 return DNDPolicyProto.parseFrom(policyBytes); in getPolicyProto()
/frameworks/base/services/core/java/com/android/server/connectivity/
DMultipathPolicyTracker.java318 final long policyBytes = (activeWarning == WARNING_DISABLED) in getUserPolicyOpportunisticQuotaBytes() local
322 if (policyBytes != LIMIT_DISABLED && policyBytes != WARNING_DISABLED) { in getUserPolicyOpportunisticQuotaBytes()
323 final long policyBudget = getRemainingDailyBudget(policyBytes, in getUserPolicyOpportunisticQuotaBytes()