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

/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java1162 public void removeInterfaceQuota(String iface) { method in class:NetworkManagementService
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1068 removeInterfaceQuota(iface);
1088 removeInterfaceQuota(iface);
1970 private void removeInterfaceQuota(String iface) { method in class:NetworkPolicyManagerService
1972 mNetworkManager.removeInterfaceQuota(iface);

Completed in 454 milliseconds