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

Commit 17728576 authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

Merge "Revert isResolvingImsBinding ITelephony interface"

parents 5eaa8c4e 69e0e0e6
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -5431,23 +5431,6 @@ public class TelephonyManager {
        return null;
    }

    /**
     * @return true if the IMS resolver is busy resolving a binding and should not be considered
     * available, false if the IMS resolver is idle.
     * @hide
     */
    public boolean isResolvingImsBinding() {
        try {
            ITelephony telephony = getITelephony();
            if (telephony != null) {
                return telephony.isResolvingImsBinding();
            }
        } catch (RemoteException e) {
            Rlog.e(TAG, "isResolvingImsBinding, RemoteException: " + e.getMessage());
        }
        return false;
    }

    /**
     * Set IMS registration state
     *
+0 −6
Original line number Diff line number Diff line
@@ -816,12 +816,6 @@ interface ITelephony {
    */
    IImsConfig getImsConfig(int slotId, int feature);

    /**
     * @return true if the IMS resolver is busy resolving a binding and should not be considered
     * available, false if the IMS resolver is idle.
     */
    boolean isResolvingImsBinding();

    /**
    *  @return true if the ImsService to bind to for the slot id specified was set, false otherwise.
    */