Remi NGUYEN VAN | 2079e35 | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 1 | // Signature format: 2.0 |
Paul Duffin | 7bd2d10 | 2023-10-10 17:11:25 +0100 | [diff] [blame] | 2 | // - add-additional-overrides=no |
| 3 | // - migrating=Migration in progress see b/299366704 |
Remi NGUYEN VAN | 2079e35 | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 4 | package android.net { |
| 5 | |
| 6 | public class ConnectivityManager { |
| 7 | method @Deprecated public boolean requestRouteToHost(int, int); |
| 8 | method @Deprecated public int startUsingNetworkFeature(int, String); |
| 9 | method @Deprecated public int stopUsingNetworkFeature(int, String); |
| 10 | } |
| 11 | |
| 12 | } |
| 13 | |