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:
@@ -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