Merge "Fix broken test due to API rename" am: 2ea0bc5ffa
am: ee898c81a7 Change-Id: I7e99991cd2c71c66e1acb3aa3957efb28c9a426a
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user