Searched refs:mExternalState (Results 1 – 1 of 1) sorted by relevance
431 private ExternalRcsFeatureState mExternalState = null; field in ImsStateCallbackController.RcsFeatureListener472 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()[all …]