Expose applyTunnelModeTransform as a system API

Simple change to expose systemAPI for applyTunnelModeTransform

Bug: 36033193
Test: All CTS, unit tests passing
Change-Id: I2d857c048bc0dc80c3949387f946b1f5adf0527e
This commit is contained in:
Benedict Wong
2018-01-23 11:01:28 -08:00
parent 66aa524a04
commit 03e732a299

View File

@@ -748,7 +748,7 @@ public final class IpSecManager {
* @hide * @hide
*/ */
@SystemApi @SystemApi
void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction, public void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction,
IpSecTransform transform) throws IOException { IpSecTransform transform) throws IOException {
// TODO: call IpSecService // TODO: call IpSecService
} }