Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java98 private IkeIdentification mRemoteIdentification; field in IkeSessionParamsTest
120 mRemoteIdentification = new IkeIpv4AddrIdentification(REMOTE_IPV4_ADDRESS); in setUp()
143 assertEquals(mRemoteIdentification, sessionParams.getRemoteIdentification()); in verifyIkeSessionParamsCommon()
165 .setRemoteIdentification(mRemoteIdentification) in buildWithPskCommon()
355 .setRemoteIdentification(mRemoteIdentification) in testBuildWithEap()
383 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDigitalSignatureAuth()
417 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDsaDigitalSignatureAuth()
452 .setRemoteIdentification(mRemoteIdentification) in testBuildWithPcscfAddress()
476 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutPcscfAddress()
502 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutLocalId()
[all …]
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java143 @NonNull private final IkeIdentification mRemoteIdentification; field in IkeSessionParams
182 mRemoteIdentification = remoteIdentification; in IkeSessionParams()
247 return mRemoteIdentification; in getRemoteIdentification()
500 @Nullable private IkeIdentification mRemoteIdentification; field in IkeSessionParams.Builder
593 mRemoteIdentification = identification; in setRemoteIdentification()
940 || mRemoteIdentification == null in build()
972 mRemoteIdentification, in build()