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

/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java26 import static com.android.server.NetworkManagementService.NetdResponseCode.InterfaceGetCfgResult;
27 import static com.android.server.NetworkManagementService.NetdResponseCode.InterfaceListResult;
28 import static com.android.server.NetworkManagementService.NetdResponseCode.InterfaceRxThrottleResult;
29 import static com.android.server.NetworkManagementService.NetdResponseCode.InterfaceTxThrottleResult;
30 import static com.android.server.NetworkManagementService.NetdResponseCode.IpFwdStatusResult;
31 import static com.android.server.NetworkManagementService.NetdResponseCode.TetherDnsFwdTgtListResult;
32 import static com.android.server.NetworkManagementService.NetdResponseCode.TetherInterfaceListResult;
33 import static com.android.server.NetworkManagementService.NetdResponseCode.TetherStatusResult;
34 import static com.android.server.NetworkManagementService.NetdResponseCode.TetheringStatsResult;
35 import static com.android.server.NetworkManagementService
90 public class NetworkManagementService extends INetworkManagementService.Stub class in inherits:INetworkManagementService.Stub,Watchdog.Monitor
186 private NetworkManagementService(Context context) { method in class:NetworkManagementService
[all...]

Completed in 40 milliseconds