Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa72eeea authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Revert isResolvingImsBinding code in ImsResolver

am: 13691614

Change-Id: Ic933566dfbf364feb8f9648bcd95d2d3b0d82772
parents a497ed45 13691614
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -1131,17 +1131,6 @@ public class ImsResolver implements ImsServiceController.ImsServiceControllerCal
        }
    }

    /**
     * @return true if the ImsResolver is in the process of resolving a dynamic query and should not
     * be considered available, false if the ImsResolver is idle.
     */
    public boolean isResolvingBinding() {
        return mHandler.hasMessages(HANDLER_START_DYNAMIC_FEATURE_QUERY)
                // We haven't processed this message yet, so it is still resolving.
                || mHandler.hasMessages(HANDLER_DYNAMIC_FEATURE_CHANGE)
                || mFeatureQueryManager.isQueryInProgress();
    }

    private String printFeatures(Set<ImsFeatureConfiguration.FeatureSlotPair> features) {
        StringBuilder featureString = new StringBuilder();
        featureString.append("features: [");