Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java112 private IkeIdentification mLocalIdentification; field in IkeSessionParamsTest
144 mLocalIdentification = new IkeIpv4AddrIdentification(LOCAL_IPV4_ADDRESS); in setUp()
167 assertEquals(mLocalIdentification, sessionParams.getLocalIdentification()); in verifyIkeSessionParamsCommon()
189 .setLocalIdentification(mLocalIdentification) in buildWithPskCommon()
266 .setLocalIdentification(mLocalIdentification) in createIkeParamsBuilderMinimum()
474 .setLocalIdentification(mLocalIdentification) in testBuildWithEap()
503 .setLocalIdentification(mLocalIdentification) in testBuildWithDigitalSignatureAuth()
538 .setLocalIdentification(mLocalIdentification) in testBuildWithDsaDigitalSignatureAuth()
573 .setLocalIdentification(mLocalIdentification) in testBuildWithPcscfAddress()
597 .setLocalIdentification(mLocalIdentification) in testBuildWithoutPcscfAddress()
[all …]
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java226 @NonNull private final IkeIdentification mLocalIdentification; field in IkeSessionParams
274 mLocalIdentification = localIdentification; in IkeSessionParams()
393 result.putPersistableBundle(LOCAL_ID_KEY, mLocalIdentification.toPersistableBundle()); in toPersistableBundle()
486 return mLocalIdentification; in getLocalIdentification()
619 mLocalIdentification, in hashCode()
647 && mLocalIdentification.equals(other.mLocalIdentification) in equals()
1186 @Nullable private IkeIdentification mLocalIdentification; field in IkeSessionParams.Builder
1257 mLocalIdentification = ikeSessionParams.getLocalIdentification(); in Builder()
1324 mLocalIdentification = identification; in setLocalIdentification()
1833 || mLocalIdentification == null in build()
[all …]