Searched refs:curIfaceQuota (Results 1 – 2 of 2) sorted by relevance
369 final InterfaceQuota curIfaceQuota = mInterfaceQuotas.get(iface); in onSetWarningAndLimit() local379 if (null == curIfaceQuota && InterfaceQuota.MAX_VALUE.equals(newIfaceQuota)) { in onSetWarningAndLimit()
1826 final Long curIfaceQuota = mInterfaceQuotas.get(iface); in onSetLimit() local1828 if (null == curIfaceQuota && QUOTA_UNLIMITED == quotaBytes) return; in onSetLimit()