Home
last modified time | relevance | path

Searched refs:mIpSecConfiguration (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DSipDelegateConfiguration.java365 mConfig.mIpSecConfiguration = c; in setIpSecConfiguration()
552 private IpSecConfiguration mIpSecConfiguration = null; field in SipDelegateConfiguration
589 mIpSecConfiguration = IpSecConfiguration.fromParcel(source); in SipDelegateConfiguration()
621 dest.writeBoolean(mIpSecConfiguration != null); in writeToParcel()
622 if (mIpSecConfiguration != null) { in writeToParcel()
623 mIpSecConfiguration.addToParcel(dest); in writeToParcel()
641 c.mIpSecConfiguration = mIpSecConfiguration; in copyAndIncrementVersion()
760 return mIpSecConfiguration; in getIpSecConfiguration()
913 && Objects.equals(mIpSecConfiguration, that.mIpSecConfiguration) in equals()
924 mIpSecConfiguration, mNatAddress); in hashCode()