Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DOffloadController.java107 private HashMap<String, Long> mInterfaceQuotas = new HashMap<>(); field in OffloadController
289 mInterfaceQuotas.remove(iface); in setInterfaceQuota()
291 mInterfaceQuotas.put(iface, quotaBytes); in setInterfaceQuota()
331 Long limit = mInterfaceQuotas.get(iface); in maybeUpdateDataLimit()