Do not use portIndex API until implemented am: b4fb360929

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2042804

Change-Id: I19b79d9510794abbbd3f02c5113f52855dceb24a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jordan Liu
2022-03-28 05:11:26 +00:00
committed by Automerger Merge Worker

View File

@@ -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) {