Lines Matching refs:mExternalState
431 private ExternalRcsFeatureState mExternalState = null; field in ImsStateCallbackController.RcsFeatureListener
472 if (mExternalState != null && mExternalState.isReady()) { in connectionReady()
495 if (mExternalState == null && reason != REASON_NO_IMS_SERVICE_CONFIGURED) { in connectionUnavailableInternal()
500 if (mExternalState != null && !mExternalState.hasActiveFeatures()) { in connectionUnavailableInternal()
506 if ((mExternalState != null && mExternalState.hasActiveFeatures()) in connectionUnavailableInternal()
551 ExternalRcsFeatureState oldFs = mExternalState; in notifyExternalRcsState()
558 mExternalState = fs; in notifyExternalRcsState()
595 if (mExternalState == null) { in notifyState()
599 } else if (!mExternalState.hasActiveFeatures()) { in notifyState()
614 + ", isReady=" + (mExternalState == null ? false : mExternalState.isReady()) in dump()
615 + ", hasFeatures=" + (mExternalState == null ? false in dump()
616 : mExternalState.hasActiveFeatures()) in dump()