Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DIkeSessionParamsTest.java113 private IkeIdentification mRemoteIdentification; field in IkeSessionParamsTest
190 .setRemoteIdentification(mRemoteIdentification) in buildWithPskCommon()
267 .setRemoteIdentification(mRemoteIdentification) in createIkeParamsBuilderMinimum()
475 .setRemoteIdentification(mRemoteIdentification) in testBuildWithEap()
504 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDigitalSignatureAuth()
574 .setRemoteIdentification(mRemoteIdentification) in testBuildWithPcscfAddress()
598 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutPcscfAddress()
624 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutLocalId()
639 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutSetAuth()
847 .setRemoteIdentification(mRemoteIdentification) in testCreateWithAndWithoutConnectivityMgr()
[all …]
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A 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 …]