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

Commit 6306ebd4 authored by Jordan Liu's avatar Jordan Liu Committed by Android (Google) Code Review
Browse files

Merge "Do not use portIndex API until implemented"

parents 55548fa5 3fec4d4f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -856,9 +856,10 @@ public abstract class EuiccService extends Service {
            mExecutor.execute(new Runnable() {
                @Override
                public void run() {
                    // TODO(b/207392528: use portIndex API once implemented)
                    int result =
                            EuiccService.this.onSwitchToSubscriptionWithPort(
                                    slotId, portIndex, iccid, forceDeactivateSim);
                            EuiccService.this.onSwitchToSubscription(
                                    slotId, iccid, forceDeactivateSim);
                    try {
                        callback.onComplete(result);
                    } catch (RemoteException e) {