Do not use portIndex API until implemented
Bug: 207384656 Bug: 207392528 Test: manual Change-Id: Ief7a17a40abfc91447f5fdc669a263cd2c198ad7 Merged-In: Ief7a17a40abfc91447f5fdc669a263cd2c198ad7
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user