summaryrefslogtreecommitdiff
path: root/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
diff options
context:
space:
mode:
authornharold <nharold@google.com>2017-12-14 23:07:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-12-14 23:07:53 +0000
commit0abc93177f0561ab7874531f346c5de11094f048 (patch)
tree9fe95ac7e9f18dd16de772e9d1e7015ff30fba92 /tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
parentdf0f5e979137193aebab0b3a4e7007b275a99549 (diff)
parent660a335f11efd2e5b0db65ab829abafec1934e9b (diff)
Merge "Fix broken test due to API rename"
Diffstat (limited to 'tests/net/java/com/android/server/IpSecServiceParameterizedTest.java')
-rw-r--r--tests/net/java/com/android/server/IpSecServiceParameterizedTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
index 963e042f1db4..80e42a33b3cc 100644
--- a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
+++ b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
@@ -178,7 +178,7 @@ public class IpSecServiceParameterizedTest {
.thenReturn(TEST_SPI_OUT);
IpSecSpiResponse spiResp =
- mIpSecService.reserveSecurityParameterIndex(
+ mIpSecService.allocateSecurityParameterIndex(
IpSecTransform.DIRECTION_OUT, mRemoteAddr, TEST_SPI_OUT, new Binder());
IpSecService.UserRecord userRecord =