Searched refs:mRemoteIdentification (Results 1 – 2 of 2) sorted by relevance
113 private IkeIdentification mRemoteIdentification; field in IkeSessionParamsTest145 mRemoteIdentification = new IkeIpv4AddrIdentification(REMOTE_IPV4_ADDRESS); in setUp()168 assertEquals(mRemoteIdentification, sessionParams.getRemoteIdentification()); in verifyIkeSessionParamsCommon()190 .setRemoteIdentification(mRemoteIdentification) in buildWithPskCommon()267 .setRemoteIdentification(mRemoteIdentification) in createIkeParamsBuilderMinimum()475 .setRemoteIdentification(mRemoteIdentification) in testBuildWithEap()504 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDigitalSignatureAuth()539 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDsaDigitalSignatureAuth()574 .setRemoteIdentification(mRemoteIdentification) in testBuildWithPcscfAddress()598 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutPcscfAddress()[all …]
227 @NonNull private final IkeIdentification mRemoteIdentification; field in IkeSessionParams275 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.Builder1258 mRemoteIdentification = ikeSessionParams.getRemoteIdentification(); in Builder()1340 mRemoteIdentification = identification; in setRemoteIdentification()1834 || mRemoteIdentification == null in build()[all …]