Searched defs:removeInterfaceQuota (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java1671 public void removeInterfaceQuota(String iface) { method in class:NetworkManagementService
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1231 removeInterfaceQuota(iface);
1251 removeInterfaceQuota(iface);
1262 removeInterfaceQuota(iface);
2449 private void removeInterfaceQuota(String iface) { method in class:NetworkPolicyManagerService
2451 mNetworkManager.removeInterfaceQuota(iface);

Completed in 30 milliseconds