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

Commit db907489 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update test to not assume 2 max SIMs" am: bd9ff621 am: 932c9e0b

Change-Id: I328c03c0437ed2142e4c316e2d06d916b6d4be70
parents 805395bc 932c9e0b
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -366,12 +366,8 @@ public final class Telecom extends BaseCommand {
    }

    private void runGetMaxPhones() throws RemoteException {
        // This assumes the max number of SIMs is 2, which it currently is
        if (TelephonyManager.MULTISIM_ALLOWED == mTelephonyManager.isMultiSimSupported()) {
            System.out.println("2");
        } else {
            System.out.println("1");
        }
        // how many logical modems can be potentially active simultaneously
        System.out.println(mTelephonyManager.getSupportedModemCount());
    }

    private void runSetEmergencyPhoneAccountPackageFilter() throws RemoteException {