Searched refs:removeInterfaceQuota (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl281 void removeInterfaceQuota(String iface);
/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);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java859 mNetworkManager.removeInterfaceQuota(iface);

Completed in 100 milliseconds