Home
last modified time | relevance | path

Searched refs:mDestinationAddr (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java74 private final String mDestinationAddr; field in IpSecServiceParameterizedTest
155 mDestinationAddr = destAddr; in IpSecServiceParameterizedTest()
189 when(mMockNetd.ipSecAllocateSpi(anyInt(), anyString(), eq(mDestinationAddr), eq(TEST_SPI))) in testIpSecServiceReserveSpi()
194 mDestinationAddr, TEST_SPI, new Binder()); in testIpSecServiceReserveSpi()
201 when(mMockNetd.ipSecAllocateSpi(anyInt(), anyString(), eq(mDestinationAddr), eq(TEST_SPI))) in testReleaseSecurityParameterIndex()
206 mDestinationAddr, TEST_SPI, new Binder()); in testReleaseSecurityParameterIndex()
233 when(mMockNetd.ipSecAllocateSpi(anyInt(), anyString(), eq(mDestinationAddr), eq(TEST_SPI))) in testSecurityParameterIndexBinderDeath()
238 mDestinationAddr, TEST_SPI, new Binder()); in testSecurityParameterIndexBinderDeath()
279 config.setSpiResourceId(getNewSpiResourceId(mDestinationAddr, TEST_SPI)); in addDefaultSpisAndRemoteAddrToIpSecConfig()
281 config.setDestinationAddress(mDestinationAddr); in addDefaultSpisAndRemoteAddrToIpSecConfig()
[all …]