Home | History | Annotate | Download | only in server

Lines Matching defs:setInterfaceQuota

659                     setInterfaceQuota(entry.getKey(), entry.getValue());
1574 public void setInterfaceQuota(String iface, long quotaBytes) {
1597 provider.setInterfaceQuota(iface, quotaBytes);
1634 provider.setInterfaceQuota(iface, ITetheringStatsProvider.QUOTA_UNLIMITED);
1922 public void setInterfaceQuota(String iface, long quotaBytes) {
1923 // Do nothing. netd is already informed of quota changes in setInterfaceQuota.