Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/feature/
DRcsFeature.java255 private RcsSipOptionsImplBase mSipOptions; field in RcsFeature
428 if (mSipOptions == null) { in getOptionsExchangeInternal()
429 mSipOptions = getOptionsExchangeImpl(); in getOptionsExchangeInternal()
430 mSipOptions.initialize(this); in getOptionsExchangeInternal()
432 return mSipOptions; in getOptionsExchangeInternal()