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

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

Merge "Remove unused SystemProperties.set" am: 91eddeb2 am: 78eeefc2

Change-Id: I70f1b481f758229051d386bf603b5a69a63b6ac7
parents 65dd7d4d 78eeefc2
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
@@ -433,27 +433,6 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
        return mActionAttached;
    }

    /**
     * Set a system property for the current phone, unless we're in unit test mode
     */
    // CAF_MSIM TODO this need to be replated with TelephonyManager API ?
    public void setSystemProperty(String property, String value) {
        if (getUnitTestMode()) {
            return;
        }
        TelephonyManager.setTelephonyProperty(mPhoneId, property, value);
    }

    /**
     * Set a system property for all phones, unless we're in unit test mode
     */
    public void setGlobalSystemProperty(String property, String value) {
        if (getUnitTestMode()) {
            return;
        }
        TelephonyManager.setTelephonyProperty(property, value);
    }

    /**
     * Set a system property, unless we're in unit test mode
     */
+0 −6
Original line number Diff line number Diff line
@@ -1181,12 +1181,6 @@ public abstract class IccRecords extends Handler implements IccConstants {
        return null;
    }

    protected void setSystemProperty(String key, String val) {
        TelephonyManager.getDefault().setTelephonyProperty(mParentApp.getPhoneId(), key, val);

        log("[key, value]=" + key + ", " +  val);
    }

    /**
     * Returns the response of the SIM application on the UICC to authentication
     * challenge/response algorithm. The data string and challenge response are