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

Commit 415e6de1 authored by Mohamed Abdalkader's avatar Mohamed Abdalkader Committed by Brad Ebinger
Browse files

Add stub implementation of adding reg and cap callbacks.

To unblock SMS/IMS reg integration.

Test: manually testing failure and retry logic only now
as testing success case is not yet feisble.

BUG=69846044
Merged-In: I7b6066306a09db9dfd0f332661ea078407c5a960
Change-Id: I7b6066306a09db9dfd0f332661ea078407c5a960
parent f8800dae
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ import android.os.SystemProperties;
import android.provider.Settings;
import android.telecom.TelecomManager;
import android.telephony.CarrierConfigManager;
import android.telephony.ims.internal.feature.ImsFeature;
import android.telephony.ims.stub.ImsRegistrationImplBase;
import android.telephony.Rlog;
import android.telephony.ServiceState;
import android.telephony.SubscriptionManager;
@@ -2445,6 +2447,15 @@ public class ImsManager {
                    ImsReasonInfo.CODE_LOCAL_IMS_SERVICE_DOWN);
        }
    }

    public void addRegistrationCallback(ImsRegistrationImplBase.Callback callback) {
        // TODO: implement (coming in ag/3472519)
    }

    public void addCapabilitiesCallback(ImsFeature.CapabilityCallback callback) {
        // TODO: implement (coming in ag/3472519)
    }

    /**
     * Gets the Multi-Endpoint interface to subscribe to multi-enpoint notifications..
     *