Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java370 final InterfaceQuota newIfaceQuota = new InterfaceQuota( in onSetWarningAndLimit() local
379 if (null == curIfaceQuota && InterfaceQuota.MAX_VALUE.equals(newIfaceQuota)) { in onSetWarningAndLimit()
383 if (InterfaceQuota.MAX_VALUE.equals(newIfaceQuota)) { in onSetWarningAndLimit()
386 mInterfaceQuotas.put(iface, newIfaceQuota); in onSetWarningAndLimit()