Remi NGUYEN VAN | f15fc7f | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 1 | // Signature format: 2.0 |
| 2 | package android.net { |
| 3 | |
| 4 | public final class ConnectivityFrameworkInitializer { |
| 5 | method public static void registerServiceWrappers(); |
| 6 | } |
| 7 | |
| 8 | public class ConnectivityManager { |
Chiachang Wang | f9294e7 | 2021-03-18 09:44:34 +0800 | [diff] [blame] | 9 | method @RequiresPermission(anyOf={android.Manifest.permission.NETWORK_SETTINGS, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void factoryReset(); |
junyulai | b121137 | 2021-03-03 12:09:05 +0800 | [diff] [blame] | 10 | method @NonNull @RequiresPermission(anyOf={android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK, android.Manifest.permission.NETWORK_STACK, android.Manifest.permission.NETWORK_SETTINGS}) public java.util.List<android.net.NetworkStateSnapshot> getAllNetworkStateSnapshot(); |
Chiachang Wang | f9294e7 | 2021-03-18 09:44:34 +0800 | [diff] [blame] | 11 | method @Nullable public android.net.ProxyInfo getGlobalProxy(); |
lucaslin | 5cdbcfb | 2021-03-12 00:46:33 +0800 | [diff] [blame] | 12 | method @NonNull public static android.util.Range<java.lang.Integer> getIpSecNetIdRange(); |
lucaslin | e2cd02d | 2021-03-16 17:11:14 +0800 | [diff] [blame] | 13 | method @NonNull public static String getPrivateDnsMode(@NonNull android.content.Context); |
Lorenzo Colitti | b90bdbd | 2021-03-22 18:23:21 +0900 | [diff] [blame] | 14 | method @RequiresPermission(anyOf={android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK, android.Manifest.permission.NETWORK_SETTINGS}) public void registerDefaultNetworkCallbackAsUid(int, @NonNull android.net.ConnectivityManager.NetworkCallback, @NonNull android.os.Handler); |
Remi NGUYEN VAN | f15fc7f | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 15 | method @RequiresPermission(anyOf={android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK, android.Manifest.permission.NETWORK_SETTINGS}) public void registerSystemDefaultNetworkCallback(@NonNull android.net.ConnectivityManager.NetworkCallback, @NonNull android.os.Handler); |
junyulai | dbb7046 | 2021-03-09 20:49:48 +0800 | [diff] [blame] | 16 | method @RequiresPermission(anyOf={android.Manifest.permission.NETWORK_SETTINGS, android.Manifest.permission.NETWORK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void requestBackgroundNetwork(@NonNull android.net.NetworkRequest, @NonNull android.os.Handler, @NonNull android.net.ConnectivityManager.NetworkCallback); |
Chiachang Wang | f9294e7 | 2021-03-18 09:44:34 +0800 | [diff] [blame] | 17 | method @RequiresPermission(anyOf={android.Manifest.permission.NETWORK_SETTINGS, android.Manifest.permission.NETWORK_SETUP_WIZARD, android.Manifest.permission.NETWORK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void setAcceptPartialConnectivity(@NonNull android.net.Network, boolean, boolean); |
| 18 | method @RequiresPermission(anyOf={android.Manifest.permission.NETWORK_SETTINGS, android.Manifest.permission.NETWORK_SETUP_WIZARD, android.Manifest.permission.NETWORK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void setAcceptUnvalidated(@NonNull android.net.Network, boolean, boolean); |
| 19 | method @RequiresPermission(anyOf={android.Manifest.permission.NETWORK_SETTINGS, android.Manifest.permission.NETWORK_SETUP_WIZARD, android.Manifest.permission.NETWORK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void setAvoidUnvalidated(@NonNull android.net.Network); |
| 20 | method @RequiresPermission(android.Manifest.permission.NETWORK_STACK) public void setGlobalProxy(@Nullable android.net.ProxyInfo); |
Chalard Jean | 0a4aefc | 2021-03-03 16:37:13 +0900 | [diff] [blame] | 21 | method @RequiresPermission(android.Manifest.permission.NETWORK_STACK) public void setProfileNetworkPreference(@NonNull android.os.UserHandle, int, @Nullable java.util.concurrent.Executor, @Nullable Runnable); |
Remi NGUYEN VAN | f15fc7f | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 22 | method @RequiresPermission(anyOf={android.Manifest.permission.MANAGE_TEST_NETWORKS, android.Manifest.permission.NETWORK_STACK}) public void simulateDataStall(int, long, @NonNull android.net.Network, @NonNull android.os.PersistableBundle); |
Remi NGUYEN VAN | 8238a76 | 2021-03-16 18:06:06 +0900 | [diff] [blame] | 23 | method @RequiresPermission(anyOf={android.Manifest.permission.NETWORK_SETTINGS, android.Manifest.permission.NETWORK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void startCaptivePortalApp(@NonNull android.net.Network); |
lucaslin | 10774b7 | 2021-03-17 14:16:01 +0800 | [diff] [blame] | 24 | method public void systemReady(); |
lucaslin | 889dcda | 2021-03-12 17:56:09 +0800 | [diff] [blame] | 25 | field public static final String PRIVATE_DNS_MODE_OFF = "off"; |
| 26 | field public static final String PRIVATE_DNS_MODE_OPPORTUNISTIC = "opportunistic"; |
| 27 | field public static final String PRIVATE_DNS_MODE_PROVIDER_HOSTNAME = "hostname"; |
Chalard Jean | bef6b09 | 2021-03-17 14:33:24 +0900 | [diff] [blame] | 28 | field public static final int PROFILE_NETWORK_PREFERENCE_DEFAULT = 0; // 0x0 |
| 29 | field public static final int PROFILE_NETWORK_PREFERENCE_ENTERPRISE = 1; // 0x1 |
Remi NGUYEN VAN | f15fc7f | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 30 | } |
| 31 | |
| 32 | public final class NetworkAgentConfig implements android.os.Parcelable { |
| 33 | method @Nullable public String getSubscriberId(); |
lucaslin | 0e345e9 | 2021-03-22 15:07:41 +0800 | [diff] [blame^] | 34 | method public boolean isBypassableVpn(); |
Remi NGUYEN VAN | f15fc7f | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 35 | } |
| 36 | |
| 37 | public static final class NetworkAgentConfig.Builder { |
lucaslin | 0e345e9 | 2021-03-22 15:07:41 +0800 | [diff] [blame^] | 38 | method @NonNull public android.net.NetworkAgentConfig.Builder setBypassableVpn(boolean); |
Remi NGUYEN VAN | f15fc7f | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 39 | method @NonNull public android.net.NetworkAgentConfig.Builder setSubscriberId(@Nullable String); |
| 40 | } |
| 41 | |
| 42 | public final class NetworkCapabilities implements android.os.Parcelable { |
Roshan Pius | e2d2838 | 2021-02-23 08:47:39 -0800 | [diff] [blame] | 43 | ctor public NetworkCapabilities(@Nullable android.net.NetworkCapabilities, long); |
Chiachang Wang | 628cb11 | 2021-03-19 00:45:39 +0000 | [diff] [blame] | 44 | method @Nullable public java.util.Set<android.util.Range<java.lang.Integer>> getUids(); |
Roshan Pius | e2d2838 | 2021-02-23 08:47:39 -0800 | [diff] [blame] | 45 | field public static final long REDACT_ALL = -1L; // 0xffffffffffffffffL |
| 46 | field public static final long REDACT_FOR_ACCESS_FINE_LOCATION = 1L; // 0x1L |
| 47 | field public static final long REDACT_FOR_LOCAL_MAC_ADDRESS = 2L; // 0x2L |
| 48 | field public static final long REDACT_FOR_NETWORK_SETTINGS = 4L; // 0x4L |
| 49 | field public static final long REDACT_NONE = 0L; // 0x0L |
Remi NGUYEN VAN | f15fc7f | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 50 | field public static final int TRANSPORT_TEST = 7; // 0x7 |
| 51 | } |
| 52 | |
Chiachang Wang | 628cb11 | 2021-03-19 00:45:39 +0000 | [diff] [blame] | 53 | public static final class NetworkCapabilities.Builder { |
| 54 | method @NonNull public android.net.NetworkCapabilities.Builder setUids(@Nullable java.util.Set<android.util.Range<java.lang.Integer>>); |
| 55 | } |
| 56 | |
| 57 | public static class NetworkRequest.Builder { |
| 58 | method @NonNull public android.net.NetworkRequest.Builder setUids(@Nullable java.util.Set<android.util.Range<java.lang.Integer>>); |
| 59 | } |
| 60 | |
Remi NGUYEN VAN | 25dcabf | 2021-03-15 10:20:40 +0900 | [diff] [blame] | 61 | public class ParseException extends java.lang.RuntimeException { |
| 62 | ctor public ParseException(@NonNull String); |
| 63 | ctor public ParseException(@NonNull String, @NonNull Throwable); |
| 64 | } |
| 65 | |
Remi NGUYEN VAN | f15fc7f | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 66 | public final class TcpRepairWindow { |
| 67 | ctor public TcpRepairWindow(int, int, int, int, int, int); |
| 68 | field public final int maxWindow; |
| 69 | field public final int rcvWnd; |
| 70 | field public final int rcvWndScale; |
| 71 | field public final int rcvWup; |
| 72 | field public final int sndWl1; |
| 73 | field public final int sndWnd; |
| 74 | } |
| 75 | |
| 76 | public final class TestNetworkInterface implements android.os.Parcelable { |
| 77 | ctor public TestNetworkInterface(@NonNull android.os.ParcelFileDescriptor, @NonNull String); |
| 78 | method public int describeContents(); |
| 79 | method @NonNull public android.os.ParcelFileDescriptor getFileDescriptor(); |
| 80 | method @NonNull public String getInterfaceName(); |
| 81 | method public void writeToParcel(@NonNull android.os.Parcel, int); |
| 82 | field @NonNull public static final android.os.Parcelable.Creator<android.net.TestNetworkInterface> CREATOR; |
| 83 | } |
| 84 | |
| 85 | public class TestNetworkManager { |
| 86 | method @NonNull public android.net.TestNetworkInterface createTapInterface(); |
| 87 | method @NonNull public android.net.TestNetworkInterface createTunInterface(@NonNull java.util.Collection<android.net.LinkAddress>); |
| 88 | method public void setupTestNetwork(@NonNull String, @NonNull android.os.IBinder); |
| 89 | method public void teardownTestNetwork(@NonNull android.net.Network); |
| 90 | field public static final String TEST_TAP_PREFIX = "testtap"; |
| 91 | } |
| 92 | |
Remi NGUYEN VAN | ea33ac9 | 2021-02-04 14:20:19 +0900 | [diff] [blame] | 93 | public final class TestNetworkSpecifier extends android.net.NetworkSpecifier implements android.os.Parcelable { |
| 94 | ctor public TestNetworkSpecifier(@NonNull String); |
| 95 | method public int describeContents(); |
| 96 | method @Nullable public String getInterfaceName(); |
| 97 | method public void writeToParcel(@NonNull android.os.Parcel, int); |
| 98 | field @NonNull public static final android.os.Parcelable.Creator<android.net.TestNetworkSpecifier> CREATOR; |
| 99 | } |
| 100 | |
Roshan Pius | e2d2838 | 2021-02-23 08:47:39 -0800 | [diff] [blame] | 101 | public interface TransportInfo { |
| 102 | method public default long getApplicableRedactions(); |
| 103 | method @NonNull public default android.net.TransportInfo makeCopy(long); |
| 104 | } |
| 105 | |
Remi NGUYEN VAN | f15fc7f | 2021-01-28 13:37:03 +0900 | [diff] [blame] | 106 | public final class VpnTransportInfo implements android.os.Parcelable android.net.TransportInfo { |
| 107 | ctor public VpnTransportInfo(int); |
| 108 | method public int describeContents(); |
| 109 | method public void writeToParcel(@NonNull android.os.Parcel, int); |
| 110 | field @NonNull public static final android.os.Parcelable.Creator<android.net.VpnTransportInfo> CREATOR; |
| 111 | field public final int type; |
| 112 | } |
| 113 | |
| 114 | } |
| 115 | |