Loading src/java/com/android/internal/telephony/SubscriptionController.java +19 −12 Original line number Diff line number Diff line Loading @@ -2107,6 +2107,10 @@ public class SubscriptionController extends ISub.Stub { public int setUiccApplicationsEnabled(boolean enabled, int subId) { if (DBG) logd("[setUiccApplicationsEnabled]+ enabled:" + enabled + " subId:" + subId); enforceModifyPhoneState("setUiccApplicationsEnabled"); long identity = Binder.clearCallingIdentity(); try { ContentValues value = new ContentValues(1); value.put(SubscriptionManager.UICC_APPLICATIONS_ENABLED, enabled); Loading @@ -2124,6 +2128,9 @@ public class SubscriptionController extends ISub.Stub { } return result; } finally { Binder.restoreCallingIdentity(identity); } } /** Loading Loading
src/java/com/android/internal/telephony/SubscriptionController.java +19 −12 Original line number Diff line number Diff line Loading @@ -2107,6 +2107,10 @@ public class SubscriptionController extends ISub.Stub { public int setUiccApplicationsEnabled(boolean enabled, int subId) { if (DBG) logd("[setUiccApplicationsEnabled]+ enabled:" + enabled + " subId:" + subId); enforceModifyPhoneState("setUiccApplicationsEnabled"); long identity = Binder.clearCallingIdentity(); try { ContentValues value = new ContentValues(1); value.put(SubscriptionManager.UICC_APPLICATIONS_ENABLED, enabled); Loading @@ -2124,6 +2128,9 @@ public class SubscriptionController extends ISub.Stub { } return result; } finally { Binder.restoreCallingIdentity(identity); } } /** Loading