Searched refs:alertBytes (Results 1 – 3 of 3) sorted by relevance
215 void setInterfaceAlert(String iface, long alertBytes); in setInterfaceAlert() argument
1016 public void setInterfaceAlert(String iface, long alertBytes) { in setInterfaceAlert() argument1031 mNetdService.bandwidthSetInterfaceAlert(iface, alertBytes); in setInterfaceAlert()1032 mActiveAlerts.put(iface, alertBytes); in setInterfaceAlert()
1741 final long alertBytes = (policy.limitBytes * 3) / 2; local1745 + projectedBytes + " alert " + alertBytes);1750 if (projectedBytes > alertBytes && !snoozedRecently) {