Searched refs:mLocalIdentification (Results 1 – 2 of 2) sorted by relevance
112 private IkeIdentification mLocalIdentification; field in IkeSessionParamsTest144 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 …]
226 @NonNull private final IkeIdentification mLocalIdentification; field in IkeSessionParams274 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.Builder1257 mLocalIdentification = ikeSessionParams.getLocalIdentification(); in Builder()1324 mLocalIdentification = identification; in setLocalIdentification()1833 || mLocalIdentification == null in build()[all …]