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

/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl311 void setInterfaceThrottle(String iface, int rxKbps, int txKbps);
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java1348 public void setInterfaceThrottle(String iface, int rxKbps, int txKbps) { method in class:NetworkManagementService
H A DThrottleService.java579 mNMService.setInterfaceThrottle(mIface, -1, -1);
580 mNMService.setInterfaceThrottle(mIface,
609 mNMService.setInterfaceThrottle(mIface,
699 mNMService.setInterfaceThrottle(mIface, -1, -1);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DThrottleServiceTest.java302 * Expect {@link NetworkManagementService#setInterfaceThrottle} mock call
306 mMockNMService.setInterfaceThrottle(isA(String.class), eq(rx), eq(tx));

Completed in 666 milliseconds