Merge "Fix broken test due to API rename" am: 2ea0bc5ffa

am: ee898c81a7

Change-Id: I7e99991cd2c71c66e1acb3aa3957efb28c9a426a
This commit is contained in:
nharold
2017-12-14 23:28:16 +00:00
committed by android-build-merger

View File

@@ -178,7 +178,7 @@ public class IpSecServiceParameterizedTest {
.thenReturn(TEST_SPI_OUT); .thenReturn(TEST_SPI_OUT);
IpSecSpiResponse spiResp = IpSecSpiResponse spiResp =
mIpSecService.reserveSecurityParameterIndex( mIpSecService.allocateSecurityParameterIndex(
IpSecTransform.DIRECTION_OUT, mRemoteAddr, TEST_SPI_OUT, new Binder()); IpSecTransform.DIRECTION_OUT, mRemoteAddr, TEST_SPI_OUT, new Binder());
IpSecService.UserRecord userRecord = IpSecService.UserRecord userRecord =