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.java97 private IkeIdentification mLocalIdentification; field in IkeSessionParamsTest
119 mLocalIdentification = new IkeIpv4AddrIdentification(LOCAL_IPV4_ADDRESS); in setUp()
142 assertEquals(mLocalIdentification, sessionParams.getLocalIdentification()); in verifyIkeSessionParamsCommon()
164 .setLocalIdentification(mLocalIdentification) in buildWithPskCommon()
354 .setLocalIdentification(mLocalIdentification) in testBuildWithEap()
382 .setLocalIdentification(mLocalIdentification) in testBuildWithDigitalSignatureAuth()
416 .setLocalIdentification(mLocalIdentification) in testBuildWithDsaDigitalSignatureAuth()
451 .setLocalIdentification(mLocalIdentification) in testBuildWithPcscfAddress()
475 .setLocalIdentification(mLocalIdentification) in testBuildWithoutPcscfAddress()
516 .setLocalIdentification(mLocalIdentification) in testBuildWithoutSetAuth()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java142 @NonNull private final IkeIdentification mLocalIdentification; field in IkeSessionParams
181 mLocalIdentification = localIdentification; in IkeSessionParams()
241 return mLocalIdentification; in getLocalIdentification()
499 @Nullable private IkeIdentification mLocalIdentification; field in IkeSessionParams.Builder
577 mLocalIdentification = identification; in setLocalIdentification()
939 || mLocalIdentification == null in build()
961 && mLocalIdentification.idType == IkeIdentification.ID_TYPE_KEY_ID) { in build()
971 mLocalIdentification, in build()