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

Commit b4fb3609 authored by Jordan Liu's avatar Jordan Liu Committed by Sarah Chin
Browse files

Do not use portIndex API until implemented

Bug: 207384656
Bug: 207392528
Test: manual
Change-Id: Ief7a17a40abfc91447f5fdc669a263cd2c198ad7
Merged-In: Ief7a17a40abfc91447f5fdc669a263cd2c198ad7
parent 8f321a61
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -856,9 +856,10 @@ public abstract class EuiccService extends Service {
            mExecutor.execute(new Runnable() {
            mExecutor.execute(new Runnable() {
                @Override
                @Override
                public void run() {
                public void run() {
                    // TODO(b/207392528: use portIndex API once implemented)
                    int result =
                    int result =
                            EuiccService.this.onSwitchToSubscriptionWithPort(
                            EuiccService.this.onSwitchToSubscription(
                                    slotId, portIndex, iccid, forceDeactivateSim);
                                    slotId, iccid, forceDeactivateSim);
                    try {
                    try {
                        callback.onComplete(result);
                        callback.onComplete(result);
                    } catch (RemoteException e) {
                    } catch (RemoteException e) {