Searched refs:mHasConfig (Results 1 – 1 of 1) sorted by relevance
270 private boolean mHasConfig = true; field in ImsStateCallbackController.MmTelFeatureListener321 mHasConfig = true; in connectionReady()345 if (!mHasConfig && reason != REASON_NO_IMS_SERVICE_CONFIGURED) return; in connectionUnavailableInternal()351 if (mHasConfig == hasConfig) return; in notifyConfigChanged()355 mHasConfig = hasConfig; in notifyConfigChanged()393 + ", hasConfig=" + mHasConfig in dump()417 private boolean mHasConfig = true; field in ImsStateCallbackController.RcsFeatureListener470 mHasConfig = true; in connectionReady()493 if (!mHasConfig && reason != REASON_NO_IMS_SERVICE_CONFIGURED) return; in connectionUnavailableInternal()513 if (mHasConfig == hasConfig) return; in notifyConfigChanged()[all …]