Merge "Remove dead code 1." into lmp-dev

This commit is contained in:
Robert Greenwalt
2014-07-28 19:07:14 +00:00
committed by Android (Google) Code Review
2 changed files with 27 additions and 375 deletions

View File

@@ -65,11 +65,6 @@ interface IConnectivityManager
NetworkQuotaInfo getActiveNetworkQuotaInfo();
boolean isActiveNetworkMetered();
int startUsingNetworkFeature(int networkType, in String feature,
in IBinder binder);
int stopUsingNetworkFeature(int networkType, in String feature);
boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress);
/** Policy control over specific {@link NetworkStateTracker}. */