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.java113 private IkeIdentification mRemoteIdentification; field in IkeSessionParamsTest
145 mRemoteIdentification = new IkeIpv4AddrIdentification(REMOTE_IPV4_ADDRESS); in setUp()
168 assertEquals(mRemoteIdentification, sessionParams.getRemoteIdentification()); in verifyIkeSessionParamsCommon()
190 .setRemoteIdentification(mRemoteIdentification) in buildWithPskCommon()
267 .setRemoteIdentification(mRemoteIdentification) in createIkeParamsBuilderMinimum()
475 .setRemoteIdentification(mRemoteIdentification) in testBuildWithEap()
504 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDigitalSignatureAuth()
539 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDsaDigitalSignatureAuth()
574 .setRemoteIdentification(mRemoteIdentification) in testBuildWithPcscfAddress()
598 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutPcscfAddress()
[all …]
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java227 @NonNull private final IkeIdentification mRemoteIdentification; field in IkeSessionParams
275 mRemoteIdentification = remoteIdentification; in IkeSessionParams()
394 result.putPersistableBundle(REMOTE_ID_KEY, mRemoteIdentification.toPersistableBundle()); in toPersistableBundle()
492 return mRemoteIdentification; in getRemoteIdentification()
620 mRemoteIdentification, in hashCode()
648 && mRemoteIdentification.equals(other.mRemoteIdentification) in equals()
1187 @Nullable private IkeIdentification mRemoteIdentification; field in IkeSessionParams.Builder
1258 mRemoteIdentification = ikeSessionParams.getRemoteIdentification(); in Builder()
1340 mRemoteIdentification = identification; in setRemoteIdentification()
1834 || mRemoteIdentification == null in build()
[all …]