Loading src/java/com/android/internal/telephony/Phone.java +0 −21 Original line number Diff line number Diff line Loading @@ -431,27 +431,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 */ Loading src/java/com/android/internal/telephony/uicc/IccRecords.java +0 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/java/com/android/internal/telephony/Phone.java +0 −21 Original line number Diff line number Diff line Loading @@ -431,27 +431,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 */ Loading
src/java/com/android/internal/telephony/uicc/IccRecords.java +0 −6 Original line number Diff line number Diff line Loading @@ -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 Loading