Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -2578,6 +2578,7 @@ package android.net { } public final class IpSecManager { method public void applyTunnelModeTransform(android.net.IpSecManager.IpSecTunnelInterface, int, android.net.IpSecTransform) throws java.io.IOException; method public android.net.IpSecManager.IpSecTunnelInterface createIpSecTunnelInterface(java.net.InetAddress, java.net.InetAddress, android.net.Network) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; } Loading core/java/android/net/IpSecManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -748,7 +748,7 @@ public final class IpSecManager { * @hide */ @SystemApi void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction, public void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction, IpSecTransform transform) throws IOException { // TODO: call IpSecService } Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -2578,6 +2578,7 @@ package android.net { } public final class IpSecManager { method public void applyTunnelModeTransform(android.net.IpSecManager.IpSecTunnelInterface, int, android.net.IpSecTransform) throws java.io.IOException; method public android.net.IpSecManager.IpSecTunnelInterface createIpSecTunnelInterface(java.net.InetAddress, java.net.InetAddress, android.net.Network) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; } Loading
core/java/android/net/IpSecManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -748,7 +748,7 @@ public final class IpSecManager { * @hide */ @SystemApi void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction, public void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction, IpSecTransform transform) throws IOException { // TODO: call IpSecService } Loading