Searched refs:mRemoteIdentification (Results 1 – 2 of 2) sorted by relevance
98 private IkeIdentification mRemoteIdentification; field in IkeSessionParamsTest120 mRemoteIdentification = new IkeIpv4AddrIdentification(REMOTE_IPV4_ADDRESS); in setUp()143 assertEquals(mRemoteIdentification, sessionParams.getRemoteIdentification()); in verifyIkeSessionParamsCommon()165 .setRemoteIdentification(mRemoteIdentification) in buildWithPskCommon()355 .setRemoteIdentification(mRemoteIdentification) in testBuildWithEap()383 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDigitalSignatureAuth()417 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDsaDigitalSignatureAuth()452 .setRemoteIdentification(mRemoteIdentification) in testBuildWithPcscfAddress()476 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutPcscfAddress()502 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutLocalId()[all …]
143 @NonNull private final IkeIdentification mRemoteIdentification; field in IkeSessionParams182 mRemoteIdentification = remoteIdentification; in IkeSessionParams()247 return mRemoteIdentification; in getRemoteIdentification()500 @Nullable private IkeIdentification mRemoteIdentification; field in IkeSessionParams.Builder593 mRemoteIdentification = identification; in setRemoteIdentification()940 || mRemoteIdentification == null in build()972 mRemoteIdentification, in build()