Searched refs:mLocalIdentification (Results 1 – 2 of 2) sorted by relevance
97 private IkeIdentification mLocalIdentification; field in IkeSessionParamsTest119 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()
142 @NonNull private final IkeIdentification mLocalIdentification; field in IkeSessionParams181 mLocalIdentification = localIdentification; in IkeSessionParams()241 return mLocalIdentification; in getLocalIdentification()499 @Nullable private IkeIdentification mLocalIdentification; field in IkeSessionParams.Builder577 mLocalIdentification = identification; in setLocalIdentification()939 || mLocalIdentification == null in build()961 && mLocalIdentification.idType == IkeIdentification.ID_TYPE_KEY_ID) { in build()971 mLocalIdentification, in build()